removed aliases to the technic deployers/node breakers
authorhdastwb <hdastwb@hdastwb.heliohost.org>
Thu, 25 Jul 2013 22:53:51 +0000 (18:53 -0400)
committerhdastwb <hdastwb@hdastwb.heliohost.org>
Thu, 25 Jul 2013 22:53:51 +0000 (18:53 -0400)
deployer.lua
node_breaker.lua

index 01d4df200982d1b69ab706d58d564efac541eb0e..4a17ddf6c1083371df97d63b2c5a3a11e61a5220 100644 (file)
@@ -1,9 +1,3 @@
-if minetest.get_modpath("technic") then --technic installed
-       --register aliases in order to use technic's deployers
-       minetest.register_alias("pipeworks:deployer_off", "technic:deployer_off")
-       minetest.register_alias("pipeworks:deployer_on", "technic:deployer_on")
-       return
-end
 
 --register aliases for when someone had technic installed, but then uninstalled it but not pipeworks
 minetest.register_alias("technic:deployer_off", "pipeworks:deployer_off")
index f6be474afebc50368cc4effae0f676a60c782bfa..ed12d9e4f4cc4c79845d5be6c0d625114598f55f 100644 (file)
@@ -1,9 +1,3 @@
-if minetest.get_modpath("technic") then --technic installed
-       --register aliases in order to use technic's node breakers
-       minetest.register_alias("pipeworks:nodebreaker_off", "technic:nodebreaker_off")
-       minetest.register_alias("pipeworks:nodebreaker_on", "technic:nodebreaker_on")
-       return
-end
 
 --register aliases for when someone had technic installed, but then uninstalled it but not pipeworks
 minetest.register_alias("technic:nodebreaker_off", "pipeworks:nodebreaker_off")