mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-08-03 15:20:22 +02:00
minetestforfun_game
mods
3d_armor
3d_armor_classes
WorldEdit
_misc
action_timers
ambience
areas
arrow_signs
automappercolors
bakedclay
biome_lib
bobblocks
bonemeal
bones
broomstick
builtin_falling
builtin_item
camera
carts
chesttools
christmas_craft
claycrafter
coloredwood
colormachine
colouredstonebricks
columnia
connected_chests
cotton
cozy
darkage
death_messages
digilines
email
enchanting
eventobjects
experience
factions
fail
fences
fishing
food
framedglass
gauges
glow
hbarmor
hbhunger
homedecor_modpack
hudbars
interact
inventory_icon
inventorycheck
invtweak
irc_modpack
item_drop
jumping
lantern
lavatemple
lightning
locked_sign
maidroid
mana
mapfix
maptools
markers
maze
meru
mesecons
meshnode
metatools
mff
minercantile
mobs
money
more_chests
moreblocks
morefarming
moreflowers
moreplants
moretrees
multitest
music
mysql_auth
nalc
name_restrictions
names_per_ip
nether
news
notice
paintings
pclasses
pdisc
peace_areas
pipeworks
models
textures
.gitignore
LICENSE
README
autocrafter.lua
autoplace_pipes.lua
autoplace_tubes.lua
changelog.txt
common.lua
compat.lua
crafts.lua
decorative_tubes.lua
default_settings.txt
depends.txt
description.txt
devices.lua
filter-injector.lua
flowing_logic.lua
init.lua
item_transport.lua
legacy.lua
luaentity.lua
mod.conf
models.lua
pipes.lua
routing_tubes.lua
screenshot.png
signal_tubes.lua
sorting_tubes.lua
teleport_tube.lua
trashcan.lua
tube_registration.lua
vacuum_tubes.lua
wielder.lua
plantlife_modpack
player_inactive
playeranim
playereffects
profilerdumper
profnsched
quartz
quests
random_messages
report
returnmirror
riesenpilz
runes
sea
serverguide
shutdown
signs_lib
snow
snowdrift
soccer
soundset
spears
sponge
sprint
stacktraceplus
stained_glass
technic
throwing
time_regulation
track_players
treasurer
trm_pyramids
tsm_pyramids
u_skins
unified_inventory
unifieddyes
vector_extras
warps
watershed
whoison
witchcraft
worldedge
xban2
other_things
worlds
.dir-locals.el
.gitignore
.gitmodules
LICENSE
README.md
minetest.conf
23 lines
1.1 KiB
Plaintext
Executable File
23 lines
1.1 KiB
Plaintext
Executable File
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.
|