mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-22 07:59:32 +01:00
Fix mob node replace code
This commit is contained in:
parent
598a2977b5
commit
db77144ceb
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue