You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* allow setting can_receive flag by digilines basically also allows sending tables to change both or either the tp-channel and receive toggle * apply suggestions Co-authored-by: OgelGames <olliverdc28@gmail.com> --------- Co-authored-by: OgelGames <olliverdc28@gmail.com> |
19 hours ago | |
---|---|---|
.github/workflows | 2 years ago | |
locale | 2 years ago | |
models | 5 years ago | |
pressure_logic | 1 year ago | |
textures | 5 years ago | |
todo | 6 years ago | |
.gitignore | 7 years ago | |
.luacheckrc | 1 year ago | |
LICENSE | 5 years ago | |
README | 10 months ago | |
autocrafter.lua | 6 months ago | |
autodetect-finite-water.lua | 6 years ago | |
autoplace_pipes.lua | 6 years ago | |
autoplace_tubes.lua | 2 years ago | |
changelog.txt | 6 years ago | |
common.lua | 4 months ago | |
compat-chests.lua | 1 year ago | |
compat-furnaces.lua | 10 months ago | |
crafts.lua | 7 months ago | |
decorative_tubes.lua | 6 months ago | |
default_settings.lua | 1 year ago | |
devices.lua | 5 months ago | |
filter-injector.lua | 6 months ago | |
flowing_logic.lua | 1 year ago | |
init.lua | 7 months ago | |
item_transport.lua | 1 year ago | |
legacy.lua | 6 months ago | |
lua_tube.lua | 6 months ago | |
luaentity.lua | 1 year ago | |
mod.conf | 6 months ago | |
models.lua | 6 years ago | |
pipes.lua | 6 months ago | |
routing_tubes.lua | 6 months ago | |
screenshot.png | 7 years ago | |
settingtypes.txt | 1 week ago | |
signal_tubes.lua | 6 months ago | |
signs_compat.lua | 4 years ago | |
sorting_tubes.lua | 1 year ago | |
teleport_tube.lua | 19 hours ago | |
trashcan.lua | 6 months ago | |
tube_registration.lua | 6 months ago | |
vacuum_tubes.lua | 7 months ago | |
wielder.lua | 6 months ago |
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/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.