From a6b65df51fadb765206a2f92f82e888c939de0c3 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Thu, 15 Mar 2018 22:39:32 +0100 Subject: [PATCH] links added --- README.md | 2 ++ tubelib/README.md | 15 +-------------- tubelib_addons1/README.md | 34 +--------------------------------- tubelib_addons2/README.md | 3 ++- 4 files changed, 6 insertions(+), 48 deletions(-) diff --git a/README.md b/README.md index 50240eb..fddfdcf 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ TechPack is a collection of following Mods: TechPack is a collection of mods for an automated mining, crafting, and farming. It is no replacement for Pipeworks, Mesecons, Technic, and Co., but it is a lightweight and simple to use alternative for servers with the focus on building (not only playing around with technique stuff). If a player uses the full potential of TechPack, he can work on his building projects while TechPack is producing most of the necessary materials in the meantime. +A Tutorial to TechPack is available as ![Wiki](https://github.com/joe7575/techpack/wiki) + TechPack provides: - lumber tubes to connect 2 nodes - a Pusher node to pull/push items through tubes diff --git a/tubelib/README.md b/tubelib/README.md index c161dee..1bf956e 100644 --- a/tubelib/README.md +++ b/tubelib/README.md @@ -2,21 +2,8 @@ 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 +A Tutorial to this Mod is available as ![Wiki](https://github.com/joe7575/techpack/wiki) -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/techpack/blob/master/tubelib/manual.md) Programmers Manual: ![api.md](https://github.com/joe7575/techpack/blob/master/tubelib/api.md) ## Dependencies diff --git a/tubelib_addons1/README.md b/tubelib_addons1/README.md index 1d5a224..4b3caa9 100644 --- a/tubelib_addons1/README.md +++ b/tubelib_addons1/README.md @@ -3,39 +3,7 @@ This Mod provides Quarry, Harvester, Grinder, Autocrafter, Fermenter, Funnel, and Reformer nodes and thus allows the automated mining, farming, and crafting. -## Quarry -Quarry machine to dig stones and other ground nodes. -The Quarry digs a hole 5x5 nodes large and up to 25 nodes deep. -It starts at the given level (0 is same level as the quarry node, -1 is one level higher and so on)) and goes down to the given depth number. -It digs one node every 4 seconds. It requires one item Bio Fuel per 16 nodes. - -## Harvester -Harvester machine to chop wood and leaves. -The machine is able to harvest an square area of up to 41x41 nodes (radius = 20). -The base node has to be placed in the middle of the harvesting area. -The Harvester processes one node every 4 seconds. -It requires one item Bio Fuel per 20 nodes. - -## Grinder -The Grinder grinds cobble stone to gravel and is needed for the Gravelsieve Mod, to extract further ores from gravel. - -## Autocrafter -Derived from the outstanding Pipeworks Mod, this block allows the automated crafting of items based on -configured recipes. - -## Fermenter -The Fermenter is able to obtain Bio Gas from any leaves (provided by the Harvester) -The Fermenter obtains one Bio Gas item every 4 seconds from 2 leave items. - -## Reformer -The Reformer is able to generate one Bio Fuel item every 6 seconds from 4 Bio Gas items. -This Bio Fuel is needed by Quarry and Harvester. - -## Funnel -The Funnel collects dropped items and stores them in its inventory. -Items are sucked up when they are dropped on top of the funnel node. -You need a Tubelib Pusher to send items through tubes. +A Tutorial to this Mod is available as ![Wiki](https://github.com/joe7575/techpack/wiki) ## Dependencies diff --git a/tubelib_addons2/README.md b/tubelib_addons2/README.md index b1ce6c0..c474b7f 100644 --- a/tubelib_addons2/README.md +++ b/tubelib_addons2/README.md @@ -4,7 +4,8 @@ This extension provides Timer, Sequencer, Repeater, Gate, Door, Access Lock, Mesecons Converter and Color Lamp nodes, all with tubelib communication support. -A Tutorial to this Mod is available at ![GitHub](https://github.com/joe7575/techpack/wiki) +A Tutorial to this Mod is available as ![Wiki](https://github.com/joe7575/techpack/wiki) + ## Dependencies tubelib, default