techpack/tubelib
2021-06-06 11:47:26 +02:00
..
locale Add minetest.translator support (issue #56) 2020-11-13 20:32:21 +01:00
sounds Initial commit 2018-03-10 22:19:33 +01:00
textures Implement improvements provided by SciFurz 2021-06-06 11:47:26 +02:00
api.md indentation corrected 2018-08-16 13:25:33 +02:00
basalt.lua v2.04: Switch to AGPL v3, adapt to minetest 5.3, add translation support, fix minor bugs 2020-11-20 14:45:28 +01:00
blackhole.lua Even newer valid_sides method 2021-01-23 17:41:09 +00:00
button.lua v2.04: Switch to AGPL v3, adapt to minetest 5.3, add translation support, fix minor bugs 2020-11-20 14:45:28 +01:00
command.lua Invalid sides too 2021-01-23 17:34:48 +00:00
defect.lua v2.04: Switch to AGPL v3, adapt to minetest 5.3, add translation support, fix minor bugs 2020-11-20 14:45:28 +01:00
depends.txt work in progress to v2 2018-12-22 16:58:11 +01:00
description.txt Initial commit 2018-03-10 22:19:33 +01:00
distributor.lua prevent digging of active tubelib nodes 2021-01-17 14:47:23 -07:00
forceload.lua v2.04: Switch to AGPL v3, adapt to minetest 5.3, add translation support, fix minor bugs 2020-11-20 14:45:28 +01:00
init.lua Improve version check 2021-01-27 19:29:24 +01:00
lamp.lua v2.04: Switch to AGPL v3, adapt to minetest 5.3, add translation support, fix minor bugs 2020-11-20 14:45:28 +01:00
legacy_nodes.lua v2.04: Switch to AGPL v3, adapt to minetest 5.3, add translation support, fix minor bugs 2020-11-20 14:45:28 +01:00
mark.lua v2.04: Switch to AGPL v3, adapt to minetest 5.3, add translation support, fix minor bugs 2020-11-20 14:45:28 +01:00
migrate.lua tube migration bugfix 2019-01-01 18:02:26 +01:00
mod.conf add dependencies to mod.conf 2019-11-03 17:55:05 +00:00
node_states.lua Make sure pushers to not keep running if they have been stopped; Allow tubelib machines to have a 'first_cycle' time for first run 2021-03-10 22:45:47 +00:00
pusher.lua Make sure pushers to not keep running if they have been stopped; Allow tubelib machines to have a 'first_cycle' time for first run 2021-03-10 22:45:47 +00:00
README.md Forceload block added 2018-12-22 22:03:31 +01:00
repairkit.lua v2.04: Switch to AGPL v3, adapt to minetest 5.3, add translation support, fix minor bugs 2020-11-20 14:45:28 +01:00
settingtypes.txt bug fixes and improvements 2018-12-28 22:16:55 +01:00
states.lua v2.04: Switch to AGPL v3, adapt to minetest 5.3, add translation support, fix minor bugs 2020-11-20 14:45:28 +01:00
tubes.lua Merge pull request #58 from oversword/bls-254 2020-12-14 22:35:57 +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

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