From e65d085f3bee025862eded0ff03421c1b1f50c63 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Mon, 13 Jul 2015 23:52:30 +0200 Subject: [PATCH] Mobs spawn in protected area --- mods/mobs/api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/mobs/api.lua b/mods/mobs/api.lua index 191defe1..75e62cd6 100755 --- a/mods/mobs/api.lua +++ b/mods/mobs/api.lua @@ -3,7 +3,7 @@ mobs = {} mobs.mod = "redo" -- Do mobs spawn in protected areas (0=yes, 1=no) -mobs.protected = 1 +mobs.protected = 0 -- Initial settings check local damage_enabled = minetest.setting_getbool("enable_damage")