techpack/tubelib
2020-04-07 18:04:12 +00:00
..
sounds Initial commit 2018-03-10 22:19:33 +01:00
textures Added new button image for BLOCKED state. 2019-02-07 10:51:45 +01:00
api.md indentation corrected 2018-08-16 13:25:33 +02:00
basalt.lua settingtypes added, basalt added, Quarry reworked 2018-12-23 19:36:11 +01:00
blackhole.lua V2.03.02 with changes according to issues #22, #23, #24, #25, #26 2019-05-09 21:04:47 +02:00
button.lua V2.03, Piston/WorldEdit/replacer detection added, farming and grinder recipes added 2019-04-23 21:46:08 +02:00
command.lua Merge branch 'master' of https://github.com/joe7575/techpack into HEAD 2020-04-07 18:04:12 +00:00
defect.lua merge 2019-07-25 05:12:07 +00: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 Fixes to metadata_inventory functions in distributor code 2019-08-08 16:59:17 +03:00
forceload.lua forceload block bugfix. 2019-02-16 10:35:33 +01:00
init.lua V2.03, Piston/WorldEdit/replacer detection added, farming and grinder recipes added 2019-04-23 21:46:08 +02:00
lamp.lua 'minetest.LIGHT_MAX' bugfix 2018-10-20 20:56:36 +02:00
legacy_nodes.lua V2.03, Piston/WorldEdit/replacer detection added, farming and grinder recipes added 2019-04-23 21:46:08 +02:00
mark.lua visible area cube added 2018-12-23 12:00:56 +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 fix some more crashes due to outdated nodes not having the right metadata 2019-05-20 22:41:53 +01:00
pusher.lua V2.03, Piston/WorldEdit/replacer detection added, farming and grinder recipes added 2019-04-23 21:46:08 +02:00
README.md Forceload block added 2018-12-22 22:03:31 +01:00
repairkit.lua bug fixes in almost all item processing nodes 2019-01-06 15:03:22 +01:00
settingtypes.txt bug fixes and improvements 2018-12-28 22:16:55 +01:00
states.lua controller event bugfix 2019-02-10 13:28:17 +01:00
tubes.lua work in progress to v2 2018-12-22 16:58:11 +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