diff options
Diffstat (limited to 'stairsplus')
-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 |