diff options
author | Anthony Zhang <azhang9@gmail.com> | 2013-06-23 19:15:31 -0400 |
---|---|---|
committer | Anthony Zhang <azhang9@gmail.com> | 2013-06-23 19:15:31 -0400 |
commit | e728df46df9ad47dec19dc0a68caafe2b88669a8 (patch) | |
tree | cfe2f32a152b5b7c6c749e965b041c0ede31d4ec /init.lua | |
parent | 47b6c25abed46d28ec6b3fddb74f9622029f79b4 (diff) |
Super duper pipeworks deployer and node breaker updates.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -377,10 +377,7 @@ dofile(modpath.."/flowing_logic.lua") dofile(modpath.."/compat.lua") dofile(modpath.."/item_transport.lua") dofile(modpath.."/autocrafter.lua") - -minetest.register_alias("pipeworks:deployer_off", "technic:deployer_off") -minetest.register_alias("pipeworks:deployer_on", "technic:deployer_on") -minetest.register_alias("pipeworks:nodebreaker_off", "technic:node_breaker_off") -minetest.register_alias("pipeworks:nodebreaker_on", "technic:node_breaker_on") +dofile(modpath.."/deployer.lua") +dofile(modpath.."/node_breaker.lua") print("Pipeworks loaded!") |