We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
technic:brass_block
1 parent c6433a9 commit 9717f58Copy full SHA for 9717f58
technic_cnc/materials/init.lua
@@ -16,3 +16,11 @@ for _, mod in pairs(optional_mods) do
16
dofile(path .. mod .. ".lua")
17
end
18
19
+
20
+local function alias(old, new)
21
+ for _,shape in pairs(technic_cnc.programs) do
22
+ minetest.register_alias(old .. "_" .. shape.suffix, new .. "_" .. shape.suffix)
23
+ end
24
+end
25
26
+alias("technic:brass_block", "basic_materials:brass_block")
0 commit comments