Fix mob node replace code

This commit is contained in:
Wuzzy 2017-07-05 23:55:16 +02:00
parent 598a2977b5
commit db77144ceb
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ mobs_mc.override.follow = {
rabbit = { mobs_mc.override.items.dandelion, mobs_mc.override.items.carrot, mobs_mc.override.items.golden_carrot },
}
mobs_mc.replace = {
mobs_mc.override.replace = {
-- Rabbits reduce carrot growth stage by 1
rabbit = {
{"mcl_farming:carrot", "farming:carrot_7", 0},