Skip to content

Commit

Permalink
Drop legacy.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
S-S-X committed Feb 20, 2025
1 parent 8bcfa21 commit 0820127
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 46 deletions.
3 changes: 0 additions & 3 deletions technic/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ dofile(modpath.."/machines/init.lua")
-- Tools
dofile(modpath.."/tools/init.lua")

-- Aliases for legacy node/item names
dofile(modpath.."/legacy.lua")

-- Visual effects
dofile(modpath.."/effects.lua")

Expand Down
41 changes: 0 additions & 41 deletions technic/legacy.lua

This file was deleted.

2 changes: 0 additions & 2 deletions technic/machines/MV/generator.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
minetest.register_alias("generator_mv", "technic:generator_mv")

minetest.register_craft({
output = 'technic:mv_generator',
recipe = {
Expand Down

0 comments on commit 0820127

Please sign in to comment.