Correct mobs name.
This commit is contained in:
parent
89627afc78
commit
812dcca7b9
3 changed files with 3 additions and 3 deletions
2
init.lua
2
init.lua
|
@ -190,7 +190,7 @@ dofile(fun_caves.path .. "/spec_bomb.lua")
|
|||
dofile(fun_caves.path .. "/elixir.lua") -- must go after all items are registered
|
||||
dofile(fun_caves.path .. "/chat.lua")
|
||||
|
||||
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
|
||||
dofile(fun_caves.path .. "/mobs.lua")
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue