mirror of
https://github.com/minetest-mods/technic.git
synced 2025-04-20 03:10:33 +02:00
Add xdecor worktable support
This commit is contained in:
parent
d42f2a748e
commit
a590e2bab5
@ -3,6 +3,14 @@
|
|||||||
-- Boilerplate to support localized strings if intllib mod is installed.
|
-- Boilerplate to support localized strings if intllib mod is installed.
|
||||||
local S = rawget(_G, "intllib") and intllib.Getter() or function(s) return s end
|
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
|
if minetest.get_modpath("moreblocks") then
|
||||||
|
|
||||||
-- register stairsplus/circular_saw nodes
|
-- register stairsplus/circular_saw nodes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user