minetest_mymod/mods/pipeworks
rnd 1fc5a371de UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
..
sounds robot sounds for sorting pipe 2015-04-06 11:43:09 +02:00
textures UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
.gitignore UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
LICENSE start 2015-01-08 21:51:14 +00:00
README UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
autocrafter.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
autoplace_pipes.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
autoplace_tubes.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
changelog.txt start 2015-01-08 21:51:14 +00:00
common.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
compat.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
crafts.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
decorative_tubes.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
default_settings.txt UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
depends.txt start 2015-01-08 21:51:14 +00:00
devices.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
filter-injector.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
flowing_logic.lua start 2015-01-08 21:51:14 +00:00
init.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
item_transport.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
legacy.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
luaentity.lua start 2015-01-08 21:51:14 +00:00
models.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
pipes.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
routing_tubes.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
signal_tubes.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
sorting_tubes.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
teleport_tube.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
trashcan.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
tube_registration.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
vacuum_tubes.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00
wielder.lua UPDATED PIPEWORKS TEST commit: f80dec1220427e1756ab82245a93e0355d7838aa 2015-04-12 09:21:15 +02:00

README

This mod uses nodeboxes to supply a complete set of 3D pipes and tubes, 
along devices that work with them.

See https://github.com/VanessaE/pipeworks/wiki/ for detailed information about usage of this mod.

Unlike the previous version of this mod, these pipes are rounded, and when 
placed, they'll automatically join together as needed.  Pipes can go vertically 
or horizontally, and there are enough nodes defined to allow for all possible 
connections.  Valves and pumps can only be placed horizontally, and will 
automatically rotate and join with neighboring pipes as objects are added, as 
well as joining with each other under certain circumstances.

Pipes come in two variants: one type bears one or more dark windows on each 
pipe, suggesting they're empty, while the other type bears green-tinted 
windows, as if full (the two colors should also be easy to select if you want 
to change them in a paint program).  These windows only appear on straight 
lengths and on certain junctions.

This mod is a work in progress.

Please note that owing to the nature of this mod, I have opted to use 64px 
textures.  Anything less just looks terrible.