1
0
ミラー元 https://github.com/sys4-fr/server-nalc.git 前回の同期 2026-01-08 18:35:34 +01:00

remove mob spawn in area

このコミットが含まれているのは:
2015-07-13 23:35:56 +02:00
コミット a21531dfe5

ファイルの表示

@@ -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")