techpack/tubelib
Joachim Stolberg 6b57cf07a6 new mod 'techpack_warehouse' added
tubelib_stairway renamed to techpack_stairway
code maintenance
2019-01-05 18:04:56 +01:00
..
sounds Initial commit 2018-03-10 22:19:33 +01:00
textures autocrafter converted to new states class 2018-12-24 14:31:13 +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 tube recipe bugfixes 2018-12-31 14:59:02 +01:00
button.lua settingtypes added, basalt added, Quarry reworked 2018-12-23 19:36:11 +01:00
command.lua quarry restart issues fixed 2019-01-03 10:28:07 +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 new mod 'techpack_warehouse' added 2019-01-05 18:04:56 +01:00
forceload.lua forceload bugfix 2019-01-03 19:40:28 +01:00
init.lua settingtypes added, basalt added, Quarry reworked 2018-12-23 19:36:11 +01:00
lamp.lua 'minetest.LIGHT_MAX' bugfix 2018-10-20 20:56:36 +02:00
legacy_nodes.lua Initial commit 2018-03-10 22:19:33 +01: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 Initial commit 2018-03-10 22:19:33 +01:00
node_states.lua new mod 'techpack_warehouse' added 2019-01-05 18:04:56 +01:00
pusher.lua tube recipe bugfixes 2018-12-31 14:59:02 +01:00
README.md Forceload block added 2018-12-22 22:03:31 +01:00
repairkit.lua Each block supporting the "defect" state can now be set to "defect" by means of the Tubelib End Wrench (for Controller program testing purposes) 2019-01-03 18:50:07 +01:00
settingtypes.txt bug fixes and improvements 2018-12-28 22:16:55 +01:00
states.lua work in progress to v2 2018-12-22 16:58:11 +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