.. | ||
locale | ||
sounds | ||
textures | ||
api.md | ||
basalt.lua | ||
blackhole.lua | ||
button.lua | ||
command.lua | ||
defect.lua | ||
depends.txt | ||
description.txt | ||
distributor.lua | ||
forceload.lua | ||
init.lua | ||
lamp.lua | ||
legacy_nodes.lua | ||
mark.lua | ||
migrate.lua | ||
mod.conf | ||
node_states.lua | ||
pusher.lua | ||
README.md | ||
repairkit.lua | ||
settingtypes.txt | ||
states.lua | ||
tubes.lua |
Tube Library
Minetest Tube Mod for item exchange via lumber tubes and wireless message communication between nodes.
The focus for this Mod are:
- minimized server load and thus minimized server lags
- simple and intuitive usage for players
- simple API for programmers
The mod provides:
- lumber tubes to connect 2 nodes
- a Pusher node to pull/push items through tubes
- a Distributor node with 4 output channels to sort incoming items
- a Blackhole node which lets all items disappear (example/template for programmers)
- a Button/switch node to send "switch on/off" messages
- a Lamp node as receiving example for message communication
- support for default node: furnace and chests
Hints for Admins:
Programmers Manual:
This mod is part of the ModPack A Tutorial to this Mod is available as
Dependencies
default
tubelib2
basic_materials
License
Copyright (C) 2017-2018 Joachim Stolberg
Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt and http://www.gnu.org/licenses/lgpl-2.1.txt
Textures: CC0