Pipeworks is a mod for Minetest allowing the crafting and usage of pipes and tubes
Go to file
2017-10-07 13:15:42 +01:00
models
new_flow_logic new flow logic: flowable_node_registry_install.lua: add proper documentation for register.output_simple() 2017-10-07 13:15:42 +01:00
textures Add lua controlled tube (#199) 2017-09-25 23:21:15 -04:00
todo remove register_local_pipes.lua as node registration has been moved to more appropriate files 2017-10-01 18:23:58 +01:00
.gitignore
autocrafter.lua
autodetect-finite-water.lua add finite water feature toggle and auto-detect code 2017-10-03 20:53:49 +01:00
autoplace_pipes.lua
autoplace_tubes.lua
changelog.txt changelog.txt: back-entries for new flow logic work 2017-09-30 21:27:50 +01:00
common.lua
compat-chests.lua
compat-furnaces.lua
crafts.lua
decorative_tubes.lua
default_settings.lua init.lua: turn off by-default new flow logic for now 2017-09-27 17:37:46 +01:00
depends.txt hard dep on mesecons 2017-09-27 02:23:28 -04:00
description.txt
devices.lua new flow logic: flowable_node_registry_install.lua: separate pressure threshold into upper and lower hysteresis values 2017-10-07 13:05:52 +01:00
filter-injector.lua make the filters use ghostitems (#197) 2017-09-25 23:22:25 -04:00
flowing_logic.lua flowing_logic.lua: separate out new logic into seperate file 2017-09-27 17:49:49 +01:00
init.lua add finite water feature toggle and auto-detect code 2017-10-03 20:53:49 +01:00
item_transport.lua give more possibilities to mods (#194) 2017-08-20 18:05:08 -04:00
legacy.lua
LICENSE Add lua controlled tube (#199) 2017-09-25 23:21:15 -04:00
lua_tube.lua Add lua controlled tube (#199) 2017-09-25 23:21:15 -04:00
luaentity.lua
mod.conf
models.lua Add lua controlled tube (#199) 2017-09-25 23:21:15 -04:00
pipes.lua move new flow logic flag to dedicated toggles table 2017-10-03 20:38:56 +01:00
README
routing_tubes.lua
screenshot.png
settingtypes.txt Add lua controlled tube (#199) 2017-09-25 23:21:15 -04:00
signal_tubes.lua Add digiline_conductor and mesecon_and_digiline_conductor tubes (#195) 2017-09-25 23:19:35 -04:00
sorting_tubes.lua
teleport_tube.lua
trashcan.lua
tube_registration.lua
vacuum_tubes.lua
wielder.lua Replace old nodeupdate() with new minetest.check_for_falling() (#200) 2017-09-25 23:55:11 -04:00

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.