diff options
author | hdastwb <hdastwb@hdastwb.heliohost.org> | 2013-07-25 18:53:51 -0400 |
---|---|---|
committer | hdastwb <hdastwb@hdastwb.heliohost.org> | 2013-07-25 18:53:51 -0400 |
commit | d44c2e6d3b06d0c31112fcb2fd63176b5cfaa10d (patch) | |
tree | 4e267f7c6245516befad57c6d2116d52df237ac7 | |
parent | d3cb83c7eb17a14d8d616020fbe1a7ba466e613d (diff) | |
download | pipeworks-d44c2e6d3b06d0c31112fcb2fd63176b5cfaa10d.tar pipeworks-d44c2e6d3b06d0c31112fcb2fd63176b5cfaa10d.tar.gz pipeworks-d44c2e6d3b06d0c31112fcb2fd63176b5cfaa10d.tar.bz2 pipeworks-d44c2e6d3b06d0c31112fcb2fd63176b5cfaa10d.tar.xz pipeworks-d44c2e6d3b06d0c31112fcb2fd63176b5cfaa10d.zip |
removed aliases to the technic deployers/node breakers
-rw-r--r-- | deployer.lua | 6 | ||||
-rw-r--r-- | node_breaker.lua | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/deployer.lua b/deployer.lua index 01d4df2..4a17ddf 100644 --- a/deployer.lua +++ b/deployer.lua @@ -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") diff --git a/node_breaker.lua b/node_breaker.lua index f6be474..ed12d9e 100644 --- a/node_breaker.lua +++ b/node_breaker.lua @@ -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") |