forked from mtcontrib/mobs_animal
Compare commits
1 Commits
99cf81611a
...
bcb158d241
Author | SHA1 | Date | |
---|---|---|---|
bcb158d241 |
2
goat.lua
2
goat.lua
@ -55,7 +55,7 @@ mobs:register_mob("mobs_animal:goat", {
|
|||||||
punch_start = 120, punch_end = 150, -- attack
|
punch_start = 120, punch_end = 150, -- attack
|
||||||
},
|
},
|
||||||
-- follows wheat
|
-- follows wheat
|
||||||
follow = "farming:wheat",
|
follow = {"farming:wheat"},
|
||||||
view_range = 10,
|
view_range = 10,
|
||||||
-- replace grass/wheat with air (eat)
|
-- replace grass/wheat with air (eat)
|
||||||
replace_rate = 50,
|
replace_rate = 50,
|
||||||
|
Reference in New Issue
Block a user