From 53fb0d013cec4c4267793c4308498e3a3f1534a9 Mon Sep 17 00:00:00 2001 From: tchncs Date: Fri, 16 Nov 2018 12:00:50 +0100 Subject: [PATCH] enable hedgehog when regulars are disabled --- init.lua | 5 +++++ 1 file changed, 5 insertions(+) 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