summaryrefslogtreecommitdiff
path: root/bunny.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-05-20 15:35:07 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2017-05-20 15:35:07 +0100
commitd6a70641f6360d0e8219eb6f5cfc0ddc66b54340 (patch)
tree3c27f2591e2f92059ec05c0a2f5ecdd28c1dda11 /bunny.lua
parentdd209a63609aa1aabef3c4fc98b7a7bddedb2da5 (diff)
add new foods for kitten and rabbit
Diffstat (limited to 'bunny.lua')
-rw-r--r--bunny.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/bunny.lua b/bunny.lua
index 66867ea..32b31f3 100644
--- a/bunny.lua
+++ b/bunny.lua
@@ -42,7 +42,7 @@ mobs:register_mob("mobs_animal:bunny", {
punch_start = 16,
punch_end = 24,
},
- follow = {"farming:carrot", "farming_plus:carrot_item"},
+ follow = {"farming:carrot", "farming_plus:carrot_item", "default:grass_1"},
view_range = 8,
replace_rate = 10,
replace_what = {"farming:carrot_7", "farming:carrot_8", "farming_plus:carrot"},