This commit is contained in:
MT-Modder
2017-04-25 05:44:49 +00:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

View File

@@ -4,3 +4,4 @@ concrete
unifieddyes?
intllib?
moreblocks?
xdecor?

View File

@@ -3,6 +3,14 @@
-- Boilerplate to support localized strings if intllib mod is installed.
local S = rawget(_G, "intllib") and intllib.Getter() or function(s) return s end
if minetest.get_modpath("xdecor") then
xdecor.worktable_nodes.technic = {
"marble", "marble_bricks", "granite", "concrete", "zinc_block",
"cast_iron_block", "carbon_steel_block", "stainless_steel_block",
"brass_block"
}
end
if minetest.get_modpath("moreblocks") then
-- register stairsplus/circular_saw nodes