Go to file
Joachim Stolberg d382f9ae91 tubes improved, max tube lenght to 100 nodes increased 2017-10-06 22:00:39 +02:00
sounds first commit 2017-09-07 22:27:30 +02:00
textures machine states adapted 2017-10-02 13:15:30 +02:00
LICENSE.txt first commit 2017-09-07 22:27:30 +02:00
README.md docu added 2017-10-02 23:45:00 +02:00
api.md minor correction 2017-10-06 18:10:05 +02:00
blackhole.lua text corrections 2017-10-04 16:45:02 +02:00
button.lua v0.04 param 'side' added, node blackhole added, states added 2017-09-28 23:34:09 +02:00
command.lua documentation moved from command.lua to api.md 2017-10-06 17:57:36 +02:00
depends.txt update 2017-09-08 23:24:28 +02:00
description.txt text corrections 2017-10-03 11:54:30 +02:00
distributor.lua v0.05 Parameter 'player_name' added, furnace fuel detection changed 2017-10-06 11:59:00 +02:00
init.lua v0.05 Parameter 'player_name' added, furnace fuel detection changed 2017-10-06 11:59:00 +02:00
lamp.lua v0.04 param 'side' added, node blackhole added 2017-09-28 20:44:41 +02:00
legacy_nodes.lua v0.05 Parameter 'player_name' added, furnace fuel detection changed 2017-10-06 11:59:00 +02:00
manual.md spelling fixes 2017-10-02 23:51:45 +02:00
mod.conf first commit 2017-09-07 22:27:30 +02:00
pusher.lua v0.05 Parameter 'player_name' added, furnace fuel detection changed 2017-10-06 11:59:00 +02:00
states.lua machine states adapted 2017-10-02 13:15:30 +02:00
tubes.lua tubes improved, max tube lenght to 100 nodes increased 2017-10-06 22:00:39 +02:00

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

Browse on: GitHub

Download: GitHub

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