forked from mtcontrib/pipeworks
rewrote autoplacement code to make it more aware of filters,
autocrafter, nodebreaker, deployer, and made sure each item will only initiate a connection to those sides which can accept such. Fixed various autorouting bugs as I ran across them. Autorouting for various devices is now: filters: left and right sides only nodebreaker, deployer: back only autocrafter: all six sides chests: top, bottom, left, right, back (not front) furnace: bottom, left, right, back (not the top or front)
This commit is contained in:
@ -108,4 +108,4 @@ minetest.register_node("pipeworks:nodebreaker_on", {
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
after_place_node = tube_scanforobjects,
|
||||
after_dig_node = tube_scanforobjects,
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user