dreambuilder_game/mods/pipeworks
Vanessa Dannenberg 5a37e0bece update ambience, bonemeal, cblocks, cottages, farming_redo,
pipeworks, signs_lib, unified inventory
2021-06-26 03:49:19 -04:00
..
locale update pipeworks, unified inventory, and biome_lib 2021-04-05 22:16:41 -04:00
models Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
pressure_logic Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
textures Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
todo Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
.luacheckrc update biome_lib 2021-04-06 16:20:18 -04:00
LICENSE Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
README Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
autocrafter.lua update ambience, bonemeal, cblocks, cottages, farming_redo, 2021-06-26 03:49:19 -04:00
autodetect-finite-water.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
autoplace_pipes.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
autoplace_tubes.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
changelog.txt Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
common.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
compat-chests.lua rewrite most of the theming handling 2021-03-10 15:38:57 -05:00
compat-furnaces.lua fine-tune vessels slot positions 2021-03-24 23:46:59 -04:00
crafts.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
decorative_tubes.lua update pipeworks, unified inventory, and biome_lib 2021-04-05 22:16:41 -04:00
default_settings.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
devices.lua update pipeworks, unified inventory, and biome_lib 2021-04-05 22:16:41 -04:00
filter-injector.lua update pipeworks, unified inventory, and biome_lib 2021-04-05 22:16:41 -04:00
flowing_logic.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
init.lua update ambience, bonemeal, cblocks, digilines, farming redo, home 2021-05-22 04:39:42 -04:00
item_transport.lua update pipeworks 2021-03-27 20:59:31 -04:00
legacy.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
lua_tube.lua update ambience, bonemeal, cblocks, digilines, farming redo, home 2021-05-22 04:39:42 -04:00
luaentity.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
mod.conf update pipeworks, unified inventory, and biome_lib 2021-04-05 22:16:41 -04:00
models.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
pipes.lua update pipeworks, unified inventory, and biome_lib 2021-04-05 22:16:41 -04:00
routing_tubes.lua update pipeworks, unified inventory, and biome_lib 2021-04-05 22:16:41 -04:00
screenshot.png Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
settingtypes.txt Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
signal_tubes.lua update pipeworks, unified inventory, and biome_lib 2021-04-05 22:16:41 -04:00
signs_compat.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
sorting_tubes.lua update ambience, bonemeal, cblocks, digilines, farming redo, home 2021-05-22 04:39:42 -04:00
teleport_tube.lua update ambience, bonemeal, cblocks, cottages, farming_redo, 2021-06-26 03:49:19 -04:00
trashcan.lua update pipeworks, unified inventory, and biome_lib 2021-04-05 22:16:41 -04:00
tube_registration.lua update pipeworks, unified inventory, and biome_lib 2021-04-05 22:16:41 -04:00
vacuum_tubes.lua update pipeworks, unified inventory, and biome_lib 2021-04-05 22:16:41 -04:00
wielder.lua update biome_lib 2021-04-06 16:20:18 -04: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.