diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-05-03 18:01:13 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-05-03 18:01:13 +0200 |
commit | 5cddd2cd020ba1f3fe3ba88d7a4089d151e591d8 (patch) | |
tree | c26d638669c51ae00316d4007dae3a0698f41d7a /stairsplus/registrations.lua | |
parent | b6c1121e2bc112cf11c2b39a0c4ef46a4982825d (diff) |
Added maple mod support
Diffstat (limited to 'stairsplus/registrations.lua')
-rw-r--r-- | stairsplus/registrations.lua | 6 |
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 |