We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6655d3a commit 9429abeCopy full SHA for 9429abe
technic/init.lua
@@ -51,9 +51,6 @@ dofile(modpath.."/machines/init.lua")
51
-- Tools
52
dofile(modpath.."/tools/init.lua")
53
54
--- Aliases for legacy node/item names
55
-dofile(modpath.."/legacy.lua")
56
-
57
-- Visual effects
58
dofile(modpath.."/effects.lua")
59
technic/legacy.lua
technic/machines/MV/generator.lua
@@ -1,5 +1,3 @@
1
-minetest.register_alias("generator_mv", "technic:generator_mv")
2
3
minetest.register_craft({
4
output = 'technic:mv_generator',
5
recipe = {
0 commit comments