From ef64b56282835bb58b24eff0099c3e638d61c7bc Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 6 Jul 2017 00:35:32 +0200 Subject: [PATCH] Fix rabbit replace --- mods/ENTITIES/mobs_mc_gameconfig/init.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mods/ENTITIES/mobs_mc_gameconfig/init.lua b/mods/ENTITIES/mobs_mc_gameconfig/init.lua index 3398af92a..70506d57a 100644 --- a/mods/ENTITIES/mobs_mc_gameconfig/init.lua +++ b/mods/ENTITIES/mobs_mc_gameconfig/init.lua @@ -140,13 +140,13 @@ mobs_mc.override.follow = { mobs_mc.override.replace = { -- Rabbits reduce carrot growth stage by 1 rabbit = { - {"mcl_farming:carrot", "farming:carrot_7", 0}, - {"mcl_farming:carrot_7", "farming:carrot_6", 0}, - {"mcl_farming:carrot_6", "farming:carrot_5", 0}, - {"mcl_farming:carrot_5", "farming:carrot_4", 0}, - {"mcl_farming:carrot_4", "farming:carrot_3", 0}, - {"mcl_farming:carrot_3", "farming:carrot_2", 0}, - {"mcl_farming:carrot_2", "farming:carrot_1", 0}, + {"mcl_farming:carrot", "mcl_farming:carrot_7", 0}, + {"mcl_farming:carrot_7", "mcl_farming:carrot_6", 0}, + {"mcl_farming:carrot_6", "mcl_farming:carrot_5", 0}, + {"mcl_farming:carrot_5", "mcl_farming:carrot_4", 0}, + {"mcl_farming:carrot_4", "mcl_farming:carrot_3", 0}, + {"mcl_farming:carrot_3", "mcl_farming:carrot_2", 0}, + {"mcl_farming:carrot_2", "mcl_farming:carrot_1", 0}, {"mcl_farming:carrot_1", "air", 0}, }, -- Sheep eat grass