diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-01-13 21:45:03 -0500 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-01-13 21:45:03 -0500 |
commit | 109729cfb27efd816238f094a738a8ac23e83dda (patch) | |
tree | 2a1f2f7419e14c7974e3d05c7b1148054581c27f /textures | |
parent | 14102d7c3ad8f7e4aef271294a74c28e7e851bc2 (diff) |
Added Nore's item transport mod and integrated it into pipeworks
Items can now flow from one chest (or Nore's filter object) to another via the
pneumatic tubes! Thanks to Nore and RealBadAngel for the code.
Note that this mod has to redefine the default chests and furnaces (see
compat.lua) in order to add some new group definitions so that tubes can
appear to connect to these objects.
Diffstat (limited to 'textures')
-rw-r--r-- | textures/filter_input.png | bin | 0 -> 169 bytes |
-rw-r--r-- | textures/filter_output.png | bin | 0 -> 174 bytes |
-rw-r--r-- | textures/filter_side.png | bin | 0 -> 215 bytes |
-rw-r--r-- | textures/filter_top.png | bin | 0 -> 213 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/textures/filter_input.png b/textures/filter_input.png Binary files differnew file mode 100644 index 0000000..0788b0c --- /dev/null +++ b/textures/filter_input.png diff --git a/textures/filter_output.png b/textures/filter_output.png Binary files differnew file mode 100644 index 0000000..791dbde --- /dev/null +++ b/textures/filter_output.png diff --git a/textures/filter_side.png b/textures/filter_side.png Binary files differnew file mode 100644 index 0000000..6dd757e --- /dev/null +++ b/textures/filter_side.png diff --git a/textures/filter_top.png b/textures/filter_top.png Binary files differnew file mode 100644 index 0000000..3483ddf --- /dev/null +++ b/textures/filter_top.png |