From bcb158d24161f9e1bb156dff37d4c1c5202e3748 Mon Sep 17 00:00:00 2001 From: sys4 Date: Wed, 25 Aug 2021 22:37:07 +0200 Subject: [PATCH] Fix crash on shift + right-click on a goat --- goat.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goat.lua b/goat.lua index 81d9f30..1eb1878 100755 --- a/goat.lua +++ b/goat.lua @@ -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,