From 5cddd2cd020ba1f3fe3ba88d7a4089d151e591d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Thu, 3 May 2018 18:01:13 +0200 Subject: Added maple mod support --- stairsplus/registrations.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'stairsplus') 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 -- cgit v1.2.3