d382f9ae91 | ||
---|---|---|
sounds | ||
textures | ||
LICENSE.txt | ||
README.md | ||
api.md | ||
blackhole.lua | ||
button.lua | ||
command.lua | ||
depends.txt | ||
description.txt | ||
distributor.lua | ||
init.lua | ||
lamp.lua | ||
legacy_nodes.lua | ||
manual.md | ||
mod.conf | ||
pusher.lua | ||
states.lua | ||
tubes.lua |
README.md
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 blocks
- a Pusher block to pull/push items through tubes
- a Distributor block with 4 output channels to sort incoming items
- a Blackhole block which lets all items disappear (example/template for programmers)
- a Button/switch block to send "switch on/off" messages
- a Lamp block as receiving example for message communication
- support for default blocks: furnace and chests
Hints for Admins:
Programmers Manual:
Dependencies
default
License
Copyright (C) 2017 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