diff --git a/mods/ITEMS/mcl_end/chorus_plant.lua b/mods/ITEMS/mcl_end/chorus_plant.lua index 02ab50d47..4e1575c80 100644 --- a/mods/ITEMS/mcl_end/chorus_plant.lua +++ b/mods/ITEMS/mcl_end/chorus_plant.lua @@ -501,7 +501,7 @@ local eat_chorus_fruit = function(itemstack, player, pointed_thing) end end local count = itemstack:get_count() - local new_itemstack = minetest.do_item_eat(0, nil, itemstack, player, pointed_thing) + local new_itemstack = minetest.do_item_eat(4, nil, itemstack, player, pointed_thing) local new_count = new_itemstack:get_count() if count ~= new_count or new_itemstack:get_name() ~= "mcl_end:chorus_fruit" or (minetest.settings:get_bool("creative_mode") == true) then random_teleport(player)