diff --git a/init.lua b/init.lua index 2258baa..3e3af18 100644 --- a/init.lua +++ b/init.lua @@ -1,4 +1,4 @@ -local path = minetest.get_modpath(minetest.get_current_modname()) .. "/" +local path = minetest.get_modpath("mobs_jam") .. "/" -- Check for translation method local S @@ -62,13 +62,14 @@ ddoo("penguin") -- D00Med ddoo("panda") -- AspireMint end -if not minetest.get_modpath("mobs_doomed") or not minetest.get_modpath("dmobs") then +if not minetest.get_modpath("mobs_doomed") and not minetest.get_modpath("dmobs") then dofile(path .. "fox.lua") -- D00Med dofile(path .. "owl.lua") -- D00Med dofile(path .. "tortoise.lua") -- D00Med end if not minetest.get_modpath("mobs_monster") then +dofile(path .. "mese_monster.lua") -- PilzAdam (WTFPL) dofile(path .. "fire_spirit.lua") -- tenplus1 dofile(path .. "oerkki.lua") -- Pavel_S and PilzAdam (WTFPL) dofile(path .. "lava_flan.lua") -- Lava Flan by Zeg9 (additional textures by JurajVajda)