code tweaks and new settings

This commit is contained in:
TenPlus1
2017-07-08 09:08:23 +01:00
parent 27390b2e36
commit 1f800ff583
5 changed files with 62 additions and 37 deletions

View File

@ -12,7 +12,7 @@ local crash_threshold = 6.5 -- ignored if enable_crash=false
local node_ok = function(pos, fallback)
fallback = fallback or "default:dirt"
fallback = fallback or mobs.fallback_node
local node = minetest.get_node_or_nil(pos)