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

Whoops, tubes ought to connect to deployers!

This commit is contained in:
Anthony Zhang
2013-06-23 19:52:01 -04:00
parent df0161f65e
commit 5537257185
3 changed files with 10 additions and 12 deletions

View File

@ -88,10 +88,6 @@ chest.tube={insert_object=function(pos,node,stack,direction)
return inv:room_for_item("main",stack)
end,
input_inventory="main"}
chest.after_place_node = function(pos)
tube_scanforobjects(pos)
end
chest.after_dig_node = function(pos)
tube_scanforobjects(pos)
end
chest.after_place_node = tube_scanforobjects(pos)
chest.after_dig_node = tube_scanforobjects
minetest.register_node(":default:chest",chest)