Fix crash on shift + right-click on a goat

This commit is contained in:
bri cassa 2021-08-25 22:37:07 +02:00
parent 99cf81611a
commit bcb158d241
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ mobs:register_mob("mobs_animal:goat", {
punch_start = 120, punch_end = 150, -- attack
},
-- follows wheat
follow = "farming:wheat",
follow = {"farming:wheat"},
view_range = 10,
-- replace grass/wheat with air (eat)
replace_rate = 50,