diff --git a/init.lua b/init.lua index 27f11618d70b7a16ef8c698d0b54e568f9f86c18..b14264db1ede979d8655a0b6b52275d280844b70 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