techpack/tubelib/README.md

40 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2018-03-10 22:14:57 +01:00
# Tube Library
Minetest Tube Mod for item exchange via lumber tubes and wireless message communication between nodes.
2018-08-09 15:22:59 +02:00
The focus for this Mod are:
- minimized server load and thus minimized server lags
- simple and intuitive usage for players
- simple API for programmers
2018-03-10 22:14:57 +01:00
2018-08-09 15:22:59 +02:00
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](https://github.com/joe7575/Minetest-Tubelib/blob/master/manual.md)
Programmers Manual: ![api.md](https://github.com/joe7575/Minetest-Tubelib/blob/master/api.md)
This mod is part of the ModPack ![TechPack](https://github.com/joe7575/techpack)
A Tutorial to this Mod is available as ![TechPack Wiki](https://github.com/joe7575/techpack/wiki)
Browse on: ![GitHub](https://github.com/joe7575/Minetest-Tubelib)
Download: ![GitHub](https://github.com/joe7575/Minetest-Tubelib/archive/master.zip)
## Dependencies
2018-12-22 22:03:31 +01:00
default
tubelib2
2018-12-22 16:58:11 +01:00
basic_materials
2018-08-09 15:22:59 +02:00
# 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