Correct mobs name.
This commit is contained in:
parent
89627afc78
commit
812dcca7b9
3 changed files with 3 additions and 3 deletions
|
@ -275,7 +275,7 @@ minetest.register_craftitem("fun_caves:apple_pie_uncooked", {
|
|||
inventory_image = "fun_caves_apple_pie_uncooked.png",
|
||||
})
|
||||
|
||||
if minetest.get_modpath("mobs_redo") and mobs and mobs.mod == "redo" then
|
||||
if minetest.get_modpath("mobs") and mobs and mobs.mod == "redo" then
|
||||
minetest.register_craft({
|
||||
output = 'fun_caves:apple_pie_uncooked',
|
||||
type = 'shapeless',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue