From e728df46df9ad47dec19dc0a68caafe2b88669a8 Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Sun, 23 Jun 2013 19:15:31 -0400 Subject: Super duper pipeworks deployer and node breaker updates. --- init.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index e662bc4..d943424 100644 --- a/init.lua +++ b/init.lua @@ -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!") -- cgit v1.2.3