minetest-mm/mods/techpack/tubelib
root aa7ca03f95 update 2021-09-19 12:10:17 +02:00
..
locale update 2020-11-20 19:20:28 +01:00
sounds new_mods_and_update 2020-11-15 20:25:38 +01:00
textures update 2021-06-12 20:20:04 +02:00
README.md new_mods_and_update 2020-11-15 20:25:38 +01:00
api.md new_mods_and_update 2020-11-15 20:25:38 +01:00
basalt.lua update 2020-11-20 19:20:28 +01:00
blackhole.lua update 2021-01-25 11:10:54 +01:00
button.lua update 2020-11-20 19:20:28 +01:00
command.lua update 2021-01-25 11:10:54 +01:00
defect.lua update 2020-11-20 19:20:28 +01:00
depends.txt new_mods_and_update 2020-11-15 20:25:38 +01:00
description.txt new_mods_and_update 2020-11-15 20:25:38 +01:00
distributor.lua update 2021-07-24 12:22:10 +02:00
forceload.lua update 2020-11-20 19:20:28 +01:00
init.lua update 2021-01-27 21:55:09 +01:00
lamp.lua update 2020-11-20 19:20:28 +01:00
legacy_nodes.lua update 2021-09-19 12:10:17 +02:00
mark.lua update 2020-11-20 19:20:28 +01:00
migrate.lua new_mods_and_update 2020-11-15 20:25:38 +01:00
mod.conf new_mods_and_update 2020-11-15 20:25:38 +01:00
node_states.lua 5.4.0_run_setup-mt_is_neccessary_after_this_update 2021-03-17 20:30:38 +01:00
pusher.lua 5.4.0_run_setup-mt_is_neccessary_after_this_update 2021-03-17 20:30:38 +01:00
repairkit.lua update 2020-11-20 19:20:28 +01:00
settingtypes.txt new_mods_and_update 2020-11-15 20:25:38 +01:00
states.lua update 2020-11-20 19:20:28 +01:00
tubes.lua update 2020-12-15 14:17:53 +01: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
tubelib2
basic_materials

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