From a590e2bab5c815856765f380643162c19ceea54f Mon Sep 17 00:00:00 2001 From: MT-Modder Date: Fri, 2 Oct 2015 14:31:19 -0400 Subject: [PATCH] Add xdecor worktable support --- extranodes/init.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/extranodes/init.lua b/extranodes/init.lua index 22a1d9f..982a7c5 100644 --- a/extranodes/init.lua +++ b/extranodes/init.lua @@ -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