From dc68f0eee8021dd78d146432071fa50c1556d592 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 5 Jul 2017 20:43:15 +0200 Subject: [PATCH] Fix rabbit golden carrot typo --- 0_gameconfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0_gameconfig.lua b/0_gameconfig.lua index 9611950..84949df 100644 --- a/0_gameconfig.lua +++ b/0_gameconfig.lua @@ -156,7 +156,7 @@ mobs_mc.follow = { pig = { mobs_mc.items.potato, mobs_mc.items.carrot, mobs_mc.items.carrot_on_a_stick, mobs_mc.items.apple, -- Minetest Game extra }, - rabbit = { mobs_mc.items.dandelion, mobs_mc.items.carrot, mobs_mc.items.carrot_gold, "farming_plus:carrot_item", }, + rabbit = { mobs_mc.items.dandelion, mobs_mc.items.carrot, mobs_mc.items.golden_carrot, "farming_plus:carrot_item", }, ocelot = { mobs_mc.items.fish_raw, mobs_mc.items.salmon_raw, mobs_mc.items.clownfish_raw, mobs_mc.items.pufferfish_raw, mobs_mc.items.chicken_raw, -- Minetest Game extra },