summaryrefslogtreecommitdiff
path: root/mount.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-07-08 09:08:23 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2017-07-08 09:08:23 +0100
commit1f800ff58330c4dde9c1e5b43cfed2f9c5fbe0a9 (patch)
tree16f0a7bbcf036b939099b4f760ac493e8019e5c3 /mount.lua
parent27390b2e36ed5427d1546ae3487adcafa660f5d5 (diff)
code tweaks and new settings
Diffstat (limited to 'mount.lua')
-rw-r--r--mount.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount.lua b/mount.lua
index a549073..d574293 100644
--- a/mount.lua
+++ b/mount.lua
@@ -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)