techpack/tubelib
Joachim Stolberg 31cf34f063 Initial commit
2018-03-10 22:19:33 +01:00
..
sounds Initial commit 2018-03-10 22:19:33 +01:00
textures Initial commit 2018-03-10 22:19:33 +01:00
api.md Initial commit 2018-03-10 22:19:33 +01:00
blackhole.lua Initial commit 2018-03-10 22:19:33 +01:00
button.lua Initial commit 2018-03-10 22:19:33 +01:00
command.lua Initial commit 2018-03-10 22:19:33 +01:00
depends.txt Initial commit 2018-03-10 22:19:33 +01:00
description.txt Initial commit 2018-03-10 22:19:33 +01:00
distributor.lua Initial commit 2018-03-10 22:19:33 +01:00
init.lua Initial commit 2018-03-10 22:19:33 +01:00
lamp.lua Initial commit 2018-03-10 22:19:33 +01:00
legacy_nodes.lua Initial commit 2018-03-10 22:19:33 +01:00
manual.md Initial commit 2018-03-10 22:19:33 +01:00
mod.conf Initial commit 2018-03-10 22:19:33 +01:00
pusher.lua Initial commit 2018-03-10 22:19:33 +01:00
README.md Initial commit 2018-03-10 22:19:33 +01:00
states.lua Initial commit 2018-03-10 22:19:33 +01:00
tubes.lua Initial commit 2018-03-10 22:19:33 +01:00

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: manual.md
Programmers Manual: api.md

Dependencies

default