diff --git a/food.lua b/food.lua index 615cf68..16d5208 100644 --- a/food.lua +++ b/food.lua @@ -327,7 +327,7 @@ minetest.register_craftitem("farming:bibimbap", { on_use = minetest.item_eat(8, "farming:bowl"), }) -if minetest.get_modpath("mobs_animal1") or minetest.get_modpath("xanadu1")then +if minetest.get_modpath("mobs_animal") or minetest.get_modpath("xanadu")then minetest.register_craft({ output = "farming:bibimbap", type = "shapeless",