Go to file
Joachim Stolberg bc55f49625 tube bugfix 2018-10-14 13:27:44 +02:00
sounds first commit 2017-09-07 22:27:30 +02:00
textures textures shrinked 2018-08-09 15:21:53 +02:00
LICENSE.txt first commit 2017-09-07 22:27:30 +02:00
README.md v1.00 Extracted from TechPack to be used as standalone mod 2018-08-09 15:00:40 +02:00
api.md on_push_item 'side' param bugfix 2018-09-06 20:24:07 +02:00
blackhole.lua v1.00 Extracted from TechPack to be used as standalone mod 2018-08-09 15:00:40 +02:00
button.lua Button bug (v0.4.17.1) fixed 2018-09-21 22:16:34 +02:00
command.lua The Distributor is now able to push up to 20 items per slot and phase (instead of 6) 2018-09-21 22:18:43 +02:00
depends.txt update 2017-09-08 23:24:28 +02:00
description.txt v0.09 functions set_data/get_data added 2017-11-04 22:02:29 +01:00
distributor.lua The Distributor is now able to push up to 20 items per slot and phase (instead of 6) 2018-09-21 22:17:34 +02:00
init.lua v1.00 Extracted from TechPack to be used as standalone mod 2018-08-09 15:00:40 +02:00
lamp.lua v0.10 WLAN Chip added, recipes reviced, Pusher state 'blocked' added, 2018-01-28 18:01:37 +01:00
legacy_nodes.lua support for the mod Shop added 2018-02-02 18:32:04 +01:00
mod.conf first commit 2017-09-07 22:27:30 +02:00
pusher.lua on_push_item 'side' param bugfix 2018-09-06 20:24:07 +02:00
states.lua v1.00 Extracted from TechPack to be used as standalone mod 2018-08-09 15:00:40 +02:00
tubes1.lua Straight ahead tubes can be placed my means of the "sneak" button 2018-09-22 15:01:53 +02:00
tubes2.lua tube bugfix 2018-10-14 13:27:44 +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 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

This mod is part of the ModPack TechPack A Tutorial to this Mod is available as TechPack Wiki

Browse on: GitHub

Download: GitHub

Dependencies

default

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

Dependencies

default