mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-13 22:00:35 +02:00
fix other machines, battery boxes, etc to work with tube routing.
This commit is contained in:
@ -153,6 +153,8 @@ function technic.register_base_machine(data)
|
||||
allow_metadata_inventory_take = technic.machine_inventory_take,
|
||||
allow_metadata_inventory_move = technic.machine_inventory_move,
|
||||
technic_run = run,
|
||||
after_place_node = (not tube) or pipeworks.after_place,
|
||||
after_dig_node = (not tube) or pipeworks.after_dig
|
||||
})
|
||||
|
||||
minetest.register_node("technic:"..ltier.."_"..machine_name.."_active",{
|
||||
|
Reference in New Issue
Block a user