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.
It was just a minor logic error resulting from moving the water flowing code
into it's own file when I originally imported it. Many thanks to Mauvebic for
writing it!
from the top, relegated grates to decorational-only, added outlet spigot. Got
rid of a few obsolete textures. Got rid of that whole _x and _z naming thing,
now all directional devices (pumps, valves, spigots, tanks) use facedir.
Valves, spigots no longer auto-rotate to find nearby pipes.
installed, use the plastic sheeting therein. If not, we define it manually.
If the Technic mod is installed, don't define any recipes at all. Also removed
the extra "loaded!" messages and tweaked the default pipe alias to point to
something that is actually visible :-)
These devices can only be connected to horizontal pipes or to each other. Note
that only the device being placed and the pipes around it will adapt; if you
have a valve and pump next to one another and they won't connect, put a piece
of pipe at one end to show the auto-rotator which way they should go. Removal
of a pipe or device will not change the orientation of surrounding devices.
segment, renamed it to just "pipeworks:pipe" (and pipe_loaded), added
empty/loaded indicator images to the capped ends, removed some redundant
comments