diff --git a/init.lua b/init.lua index 27f1161..b14264d 100644 --- a/init.lua +++ b/init.lua @@ -83,6 +83,11 @@ if dmobs.regulars then end end +-- illuna custom enablings +if not dmobs.regulars then + dofile(minetest.get_modpath("dmobs").."/mobs/hedgehog.lua") +end + -- dragons!! if not dmobs.dragons then