diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-06-23 21:36:13 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-06-23 21:36:13 -0400 |
commit | 3a0fd39bf670a9210c962381455bb42cd3893fc0 (patch) | |
tree | 22094c4990441be31c887c8e31f8ed15b8460106 /node_breaker.lua | |
parent | 5537257185bd510828295b0c9d7da0e542e801ff (diff) |
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)
Diffstat (limited to 'node_breaker.lua')
-rw-r--r-- | node_breaker.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_breaker.lua b/node_breaker.lua index cda2692..2ebcac6 100644 --- a/node_breaker.lua +++ b/node_breaker.lua @@ -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, -})
\ No newline at end of file +}) |