remove mob spawn in area

This commit is contained in:
crabman77 2015-07-13 23:35:56 +02:00
parent 435e6037ef
commit a21531dfe5

View File

@ -3,7 +3,7 @@ mobs = {}
mobs.mod = "redo"
-- Do mobs spawn in protected areas (0=yes, 1=no)
mobs.protected = 0
mobs.protected = 1
-- Initial settings check
local damage_enabled = minetest.setting_getbool("enable_damage")