From 109729cfb27efd816238f094a738a8ac23e83dda Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 13 Jan 2013 21:45:03 -0500 Subject: 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. --- textures/filter_input.png | Bin 0 -> 169 bytes textures/filter_output.png | Bin 0 -> 174 bytes textures/filter_side.png | Bin 0 -> 215 bytes textures/filter_top.png | Bin 0 -> 213 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 textures/filter_input.png create mode 100644 textures/filter_output.png create mode 100644 textures/filter_side.png create mode 100644 textures/filter_top.png (limited to 'textures') diff --git a/textures/filter_input.png b/textures/filter_input.png new file mode 100644 index 0000000..0788b0c Binary files /dev/null and b/textures/filter_input.png differ diff --git a/textures/filter_output.png b/textures/filter_output.png new file mode 100644 index 0000000..791dbde Binary files /dev/null and b/textures/filter_output.png differ diff --git a/textures/filter_side.png b/textures/filter_side.png new file mode 100644 index 0000000..6dd757e Binary files /dev/null and b/textures/filter_side.png differ diff --git a/textures/filter_top.png b/textures/filter_top.png new file mode 100644 index 0000000..3483ddf Binary files /dev/null and b/textures/filter_top.png differ -- cgit v1.2.3