1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 23:00:49 +02:00

Super duper pipeworks deployer and node breaker updates.

This commit is contained in:
Anthony Zhang
2013-06-23 19:15:31 -04:00
parent 47b6c25abe
commit e728df46df
3 changed files with 103 additions and 102 deletions

View File

@ -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!")