mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2025-07-23 18:40:25 +02:00
add more food types to follow for kitten, cow, sheep, penguin, chicken (thanks rusty-snake)
This commit is contained in:
@ -65,7 +65,10 @@ for _, col in ipairs(all_colours) do
|
||||
walk_start = 81,
|
||||
walk_end = 100,
|
||||
},
|
||||
follow = {"farming:wheat", "default:grass_1"},
|
||||
follow = {
|
||||
"farming:wheat", "default:grass_1", "farming:barley",
|
||||
"farming:oat", "farming:rye"
|
||||
},
|
||||
view_range = 8,
|
||||
replace_rate = 10,
|
||||
replace_what = {
|
||||
|
Reference in New Issue
Block a user