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

@ -90,6 +90,8 @@ minetest.register_node("technic:injector", {
allow_metadata_inventory_put = technic.machine_inventory_put,
allow_metadata_inventory_take = technic.machine_inventory_take,
allow_metadata_inventory_move = technic.machine_inventory_move,
after_place_node = pipeworks.after_place,
after_dig_node = pipeworks.after_dig
})
minetest.register_abm({