Pipeworks is a mod for Minetest allowing the crafting and usage of pipes and tubes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
teknomunk 42ed1d42bc
Merge remote-tracking branch 'upstream/master'
4 months ago
.github/workflows code and registrations cleanup (#101) 4 months ago
locale Improve formspecs for better mobile usability and consistency 3 years ago
models fix some broken models 6 years ago
pressure_logic replace `global_exists` with `get_modpath` 6 months ago
textures use basic_materials mod where possible 6 years ago
todo todo: remove item for directionality code 7 years ago
tubes Merge remote-tracking branch 'upstream/master' 4 months ago
.gitignore update .gitignore 8 years ago
.luacheckrc MineClone containers support (#81) 8 months ago
LICENSE license fixups: update to LGPL3.0 for code, add CC-by-SA 4.0 for media 6 years ago
README.md Rename README 4 months ago
autocrafter.lua Merge remote-tracking branch 'upstream/master' 4 months ago
autodetect-finite-water.lua add finite water feature toggle and auto-detect code 7 years ago
autoplace_pipes.lua added straight-only pipe 7 years ago
autoplace_tubes.lua Remove unused loop variables, trailing whitespace and fix mixed-whitespace indentations 3 years ago
changelog.txt Autocrafter groups support (#74) 4 months ago
common.lua code and registrations cleanup (#101) 4 months ago
compat-chests.lua Better Hades Revisited support (#30) 2 years ago
compat-furnaces.lua prevent tubes from connecting to the front of furnaces to match chests 2 years ago
crafts.lua code and registrations cleanup (#101) 4 months ago
default_settings.lua Add configurable globalstep interval (#32) 2 years ago
devices.lua Mineclone dig times balanced (#84) 8 months ago
filter-injector.lua Mineclone dig times balanced (#84) 8 months ago
flowing_logic.lua make pipeworks Game agnostic (#16) 2 years ago
init.lua code and registrations cleanup (#101) 4 months ago
item_transport.lua Return early from on_step (#33) 2 years ago
legacy.lua Mineclone dig times balanced (#84) 8 months ago
luaentity.lua Fix crash if add_entity fails (#88) 8 months ago
materials.lua code and registrations cleanup (#101) 4 months ago
mcl_barrels.lua MineClone containers support (#81) 8 months ago
mcl_furnaces.lua MineClone smoker and blast furnace support (#85) 8 months ago
mod.conf bump `min_minetest_version` to 5.5.0 for `vector.zero()` 4 months ago
models.lua Add lua controlled tube (#199) 7 years ago
pipes.lua Mineclone dig times balanced (#84) 8 months ago
screenshot.png Add screenshot.png 8 years ago
settingtypes.txt log when items teleport through tubes (#66) 12 months ago
signs_compat.lua add signs_lib placement rules 5 years ago
trashcan.lua Mineclone dig times balanced (#84) 8 months ago
wielder.lua Temporarily remove overheading on lua tube, make lua tube errors get added to server log, remove debug comments 4 months ago

README.md

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

See https://github.com/mt-mods/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.

The teleport tube database used to be kept in a file named 'teleport_tubes'. The database is now kept in mod storage. The migration from 'teleport_tubes' is automatic. The old file is then kept around but is not used at all.