diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-07-08 09:08:23 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-07-08 09:08:23 +0100 |
commit | 1f800ff58330c4dde9c1e5b43cfed2f9c5fbe0a9 (patch) | |
tree | 16f0a7bbcf036b939099b4f760ac493e8019e5c3 /mount.lua | |
parent | 27390b2e36ed5427d1546ae3487adcafa660f5d5 (diff) |
code tweaks and new settings
Diffstat (limited to 'mount.lua')
-rw-r--r-- | mount.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |