Go to file
Vanessa Ezekowitz 4ccb053e03 Total rewrite again. All pipes are now nice and round-looking, and they auto-connect! Also added temporary nodes for pump
and valve (each with an on/off setting - punch to change).  No crafting recipes yet and the pipes still don't do anything
useful yet.  Soon.
2012-08-18 08:46:17 -04:00
textures Total rewrite again. All pipes are now nice and round-looking, and they auto-connect! Also added temporary nodes for pump 2012-08-18 08:46:17 -04:00
.gitignore added .gitignore for temp Kate files, added depends.txt for "default" 2012-07-14 02:51:26 +04:00
README first commit 2012-07-12 17:52:35 -04:00
changelog.txt re-arrange recent changelog entry to be easier to read. 2012-08-06 18:26:32 -04:00
depends.txt added .gitignore for temp Kate files, added depends.txt for "default" 2012-07-14 02:51:26 +04:00
init.lua Total rewrite again. All pipes are now nice and round-looking, and they auto-connect! Also added temporary nodes for pump 2012-08-18 08:46:17 -04:00
oldpipes.lua Total rewrite again. All pipes are now nice and round-looking, and they auto-connect! Also added temporary nodes for pump 2012-08-18 08:46:17 -04:00

README

This simple mod uses nodeboxes to supply a complete set of 3D flanged 
pipes.  There are enough nodes defined here to bend from any axis 
(X/Y/Z) to any other, or to join multiple pipes together from any or all 
axes.  There are 10 unique nodes defined, times two versions for each 
(for a total of 20).  Getting them into the right orientation is handled 
with the usual facedir parameter.

One version bears one or more dark windows on each pipe, suggesting 
they're empty, while the other version 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).

This mod requires a recent git pull or build of Minetest dated June 17, 
2012 or later.

There are no crafting recipes, however, you can use the usual /give 
commands with names such as pipes:vertical, pipes:crossing_xy, and so 
on, if you want to add them to your world for decorative purposes.  See 
init.lua for more details.

The overall format of the code is borrowed from the game and written by 
me.  16x16 textures by me also.

This mod is intended to be used as a basis or at least as sort of a 
model for something else to build on (perhaps a nicer-looking oil mod?), 
and does not provide any of the code necessary to cause the pipes to 
rotate around as they're placed.  I may add such code later, but not 
right now.