re-route tubes if active fuel-fired gen is dug (and can be)

This commit is contained in:
Vanessa Ezekowitz 2017-04-11 05:14:34 -04:00
parent 4eaf48290f
commit ceead2b5ab
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ function technic.register_generator(data)
tube = data.tube and tube or nil,
drop = "technic:"..ltier.."_generator",
can_dig = technic.machine_can_dig,
after_dig_node = technic.machine_after_dig_node,
allow_metadata_inventory_put = technic.machine_inventory_put,
allow_metadata_inventory_take = technic.machine_inventory_take,
allow_metadata_inventory_move = technic.machine_inventory_move,