mirror of
https://github.com/minetest-mods/technic.git
synced 2025-03-20 11:20:31 +01:00
Merge a590e2bab5c815856765f380643162c19ceea54f into 42efc7e47c8e89ed5436261786bbfa1740300730
This commit is contained in:
commit
b9bf8de12a
@ -4,3 +4,4 @@ concrete
|
|||||||
unifieddyes?
|
unifieddyes?
|
||||||
intllib?
|
intllib?
|
||||||
moreblocks?
|
moreblocks?
|
||||||
|
xdecor?
|
||||||
|
@ -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