fix other machines, battery boxes, etc to work with tube routing.

This commit is contained in:
Vanessa Ezekowitz
2015-02-07 03:47:53 -05:00
parent d5db189cf4
commit bccefd6997
5 changed files with 10 additions and 0 deletions

View File

@ -101,6 +101,8 @@ minetest.register_node("technic:tool_workshop", {
connect_sides = {left = 1, right = 1, back = 1, top = 1, bottom = 1},
},
technic_run = run,
after_place_node = pipeworks.after_place,
after_dig_node = pipeworks.after_dig
})
technic.register_machine("MV", "technic:tool_workshop", technic.receiver)