aboutsummaryrefslogtreecommitdiff
path: root/stairsplus
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-05-03 18:01:13 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-05-03 18:01:13 +0200
commit5cddd2cd020ba1f3fe3ba88d7a4089d151e591d8 (patch)
treec26d638669c51ae00316d4007dae3a0698f41d7a /stairsplus
parentb6c1121e2bc112cf11c2b39a0c4ef46a4982825d (diff)
downloadmoreblocks-5cddd2cd020ba1f3fe3ba88d7a4089d151e591d8.tar.gz
moreblocks-5cddd2cd020ba1f3fe3ba88d7a4089d151e591d8.tar.bz2
moreblocks-5cddd2cd020ba1f3fe3ba88d7a4089d151e591d8.zip
Added maple mod support
Diffstat (limited to 'stairsplus')
-rw-r--r--stairsplus/registrations.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/stairsplus/registrations.lua b/stairsplus/registrations.lua
index 5e07de4..238a4a9 100644
--- a/stairsplus/registrations.lua
+++ b/stairsplus/registrations.lua
@@ -55,6 +55,12 @@ if minetest.get_modpath("ehlphabet") then
table.insert(default_nodes,"ehlphabet:block")
end
+if minetest.get_modpath("maple") then
+ table.insert(default_nodes,"maple:maple_tree")
+ table.insert(default_nodes,"maple:maple_wood")
+end
+
+
for _, name in pairs(default_nodes) do
local nodename = "default:"..name