minetest-mods/pipeworks
Milan2018 ec42ca25c8 Update 'pipeworks/init.lua' 2021-04-30 13:07:28 +02:00
..
models first 2019-12-14 17:47:31 +01:00
pressure_logic first 2019-12-14 17:47:31 +01:00
textures first 2019-12-14 17:47:31 +01:00
todo first 2019-12-14 17:47:31 +01:00
LICENSE first 2019-12-14 17:47:31 +01:00
README first 2019-12-14 17:47:31 +01:00
autocrafter.lua first 2019-12-14 17:47:31 +01:00
autodetect-finite-water.lua first 2019-12-14 17:47:31 +01:00
autoplace_pipes.lua first 2019-12-14 17:47:31 +01:00
autoplace_tubes.lua first 2019-12-14 17:47:31 +01:00
changelog.txt first 2019-12-14 17:47:31 +01:00
common.lua first 2019-12-14 17:47:31 +01:00
compat-chests.lua first 2019-12-14 17:47:31 +01:00
compat-furnaces.lua first 2019-12-14 17:47:31 +01:00
crafts.lua first 2019-12-14 17:47:31 +01:00
decorative_tubes.lua first 2019-12-14 17:47:31 +01:00
default_settings.lua first 2019-12-14 17:47:31 +01:00
depends.txt first 2019-12-14 17:47:31 +01:00
description.txt first 2019-12-14 17:47:31 +01:00
devices.lua first 2019-12-14 17:47:31 +01:00
filter-injector.lua first 2019-12-14 17:47:31 +01:00
flowing_logic.lua first 2019-12-14 17:47:31 +01:00
init.lua Update 'pipeworks/init.lua' 2021-04-30 13:07:28 +02:00
item_transport.lua first 2019-12-14 17:47:31 +01:00
legacy.lua first 2019-12-14 17:47:31 +01:00
lua_tube.lua first 2019-12-14 17:47:31 +01:00
luaentity.lua first 2019-12-14 17:47:31 +01:00
mod.conf first 2019-12-14 17:47:31 +01:00
models.lua first 2019-12-14 17:47:31 +01:00
pipes.lua first 2019-12-14 17:47:31 +01:00
routing_tubes.lua first 2019-12-14 17:47:31 +01:00
screenshot.png first 2019-12-14 17:47:31 +01:00
settingtypes.txt first 2019-12-14 17:47:31 +01:00
signal_tubes.lua first 2019-12-14 17:47:31 +01:00
sorting_tubes.lua first 2019-12-14 17:47:31 +01:00
teleport_tube.lua first 2019-12-14 17:47:31 +01:00
trashcan.lua first 2019-12-14 17:47:31 +01:00
tube_registration.lua first 2019-12-14 17:47:31 +01:00
vacuum_tubes.lua first 2019-12-14 17:47:31 +01:00
wielder.lua first 2019-12-14 17:47:31 +01:00

README

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

See https://gitlab.com/VanessaE/pipeworks/wikis/ 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.