2023-07-26 23:01:17 +02:00
|
|
|
# MicuPack v2.9.4
|
2018-11-15 17:20:31 +01:00
|
|
|
|
2019-03-09 19:33:09 +01:00
|
|
|
**Minetest modpack by (real)micu.**
|
|
|
|
|
|
|
|
**Tested with following Minetest versions running Minetest Game:**
|
2019-11-23 12:39:21 +01:00
|
|
|
* **0.4.17.1 (*stable-0.4* branch) - all modpack versions up to v2.6.1**
|
|
|
|
* **5.0.0+ (*stable-5* branch) - from modpack v2.6.2**
|
2018-10-19 11:06:57 +02:00
|
|
|
|
2018-11-24 14:24:22 +01:00
|
|
|
### Installation:
|
|
|
|
|
|
|
|
Enter Minetest mod directory and run:
|
2018-11-24 14:26:03 +01:00
|
|
|
```
|
2018-11-24 14:24:22 +01:00
|
|
|
git clone https://github.com/realmicu/minetest-micupack.git micupack
|
2018-11-24 14:26:03 +01:00
|
|
|
```
|
2018-11-24 14:24:22 +01:00
|
|
|
|
|
|
|
### This modpack contains:
|
2018-10-19 11:06:57 +02:00
|
|
|
|
2018-11-15 17:20:31 +01:00
|
|
|
* **Modern Tables** (moderntables)
|
2018-10-19 11:12:00 +02:00
|
|
|
|
2018-11-27 10:24:35 +01:00
|
|
|
Full height wooden and metal tables in two variants: simple and with storage drawer
|
|
|
|
(inventory for 16 items). If Tubelib mod is installed, four-legged machine stand
|
|
|
|
and 4 more tables (designed to match both plain Tubelib and BiogasMachines style)
|
|
|
|
are added as well.
|
2018-10-19 11:06:57 +02:00
|
|
|
|
2018-10-19 11:12:00 +02:00
|
|
|
|
2018-11-15 17:20:31 +01:00
|
|
|
* **Miner Tools** (minertools)
|
2018-10-19 11:12:00 +02:00
|
|
|
|
2018-10-19 11:06:57 +02:00
|
|
|
Electronic gadgets for professional miners. Inspired by mod called 'Mineral Detector'.
|
2018-10-19 11:12:00 +02:00
|
|
|
|
2018-10-19 11:06:57 +02:00
|
|
|
This mod provides following portable devices:
|
2018-10-19 11:12:00 +02:00
|
|
|
|
2018-10-19 11:06:57 +02:00
|
|
|
- geothermometer - shows temperature variations of solid blocks (water and lava
|
|
|
|
affect block relative temperature - water cools it down while lava warms it up);
|
|
|
|
useful for underground mining to search - or avoid - flooded caverns or lava pools
|
|
|
|
- mineral scanner - shows ore count in area around player, selectable range (designed
|
|
|
|
to be a handheld, improved version of Mineral Detector mentioned earlier)
|
|
|
|
- mineral finder - short range directional scanner to find nearby deposits of selected
|
|
|
|
mineral; very picky, especially at angles, but driven by simple logic
|
2019-08-19 17:49:03 +02:00
|
|
|
- all-in-one versions of above devices, each one with improved characteristics and
|
|
|
|
distance meter module
|
2018-10-19 11:06:57 +02:00
|
|
|
|
2018-10-19 11:12:00 +02:00
|
|
|
|
2018-11-15 17:20:31 +01:00
|
|
|
* **SaferLua Programming Tools** (slprogtools)
|
2018-10-19 11:12:00 +02:00
|
|
|
|
2018-10-27 11:27:25 +02:00
|
|
|
Devices for interacting with SaferLua Controller from TechPack mod:
|
|
|
|
|
|
|
|
- Memory Copier - portable dongle to transfer code between SL Controllers in much simpler
|
2018-12-07 23:20:48 +01:00
|
|
|
and faster way than copying it with text books; can be write-protected and labelled
|
2018-10-27 11:27:25 +02:00
|
|
|
- Memory Programmer - improved Memory Copier, with read/write protection to prevent
|
|
|
|
accidental memory loss and code injection functionality (works like original Programmer
|
2018-11-15 17:20:31 +01:00
|
|
|
but for SL Controllers); it allows to replace special marker in init() section
|
2018-10-27 11:27:25 +02:00
|
|
|
code with array containing collected Tubelib numbers, making redeployments of SL
|
2018-11-15 17:20:31 +01:00
|
|
|
Controllers much easier (for example for mobile mining with Quarries and Pushers)
|
2018-10-27 11:27:25 +02:00
|
|
|
|
2018-11-15 17:20:31 +01:00
|
|
|
*Note: due to node's formspec implementation, only inactive tabs can be populated - before
|
|
|
|
code upload/rewrite please change active tab on SaferLua Controller to 'outp' or 'help'.*
|
2018-10-19 11:06:57 +02:00
|
|
|
|
2018-10-19 11:12:00 +02:00
|
|
|
|
2019-02-11 11:37:42 +01:00
|
|
|
* **Smartline Modules** (slmodules)
|
2018-10-29 13:16:55 +01:00
|
|
|
|
2019-02-11 11:37:42 +01:00
|
|
|
This mod adds following Smartline-compatible nodes:
|
2018-10-29 13:16:55 +01:00
|
|
|
|
2019-02-11 11:37:42 +01:00
|
|
|
- **Furnace Monitor**
|
2018-10-29 13:16:55 +01:00
|
|
|
|
2019-02-11 11:37:42 +01:00
|
|
|
This simple device allows to monitor Minetest Game standard furnace with Tubelib/Smartline
|
|
|
|
devices that are capable of reading Tubelib node state (like SaferLua Controllers etc).
|
|
|
|
It gets standard 4-digit Tubelib ID number and can be referred like any other compatible
|
|
|
|
read-only node.
|
|
|
|
Monitor checks attached node only when status is requested so it does not consume CPU
|
|
|
|
resources when idle (no timers).
|
2018-11-13 23:38:39 +01:00
|
|
|
|
2019-02-11 11:37:42 +01:00
|
|
|
Placement: place on any side of a furnace, make sure back plate of device has contact with
|
|
|
|
monitored node. In case of wrong orientation use screwdriver.
|
2018-10-29 13:16:55 +01:00
|
|
|
|
2019-02-11 11:37:42 +01:00
|
|
|
Status:
|
|
|
|
|
|
|
|
- "fault" - monitor is not placed on a furnace
|
|
|
|
- "stopped" - furnace is not smelting/cooking
|
|
|
|
- "running" - furnace is smelting/cooking items
|
|
|
|
- "standby" - furnace is burning fuel but there are no items loaded
|
|
|
|
|
|
|
|
Punch node to see current status.
|
2018-10-29 13:16:55 +01:00
|
|
|
|
2019-02-12 15:19:25 +01:00
|
|
|
- **Digital Switch**
|
|
|
|
|
|
|
|
Configurable multi-state switch with one-digit simple decimal LCD display.
|
|
|
|
Its purpose is to enhance SaferLua Controller functionality by providing selectable input
|
|
|
|
via standard Tubelib messaging. SL Controller can be programmed to perform different
|
|
|
|
actions depending on value selected on digital panel.
|
|
|
|
Right after placement, panel is in setup mode and should be configured before use; after
|
|
|
|
successful configration, setup screen is no longer accessible. To change parameters again,
|
|
|
|
simply collect and redeploy node.
|
|
|
|
|
|
|
|
Configuration options:
|
|
|
|
|
|
|
|
- destination number(s) of Controller(s) to send events to (optional, if not set - no
|
|
|
|
messages are sent)
|
|
|
|
- set of accepted digits (should be at least one digit or device refuses to start)
|
|
|
|
- direction of value change ("up" means increase, "down" decrease); values do wrap around
|
|
|
|
|
|
|
|
Switch value setting is changed with right click, like standard Tubelib buttons.
|
|
|
|
|
|
|
|
To get value currently set on panel, query its status using SaferLua $get_status(NUMBER)
|
|
|
|
function which returns "0" through "9" or "off" if panel is unconfigured. When panel is
|
|
|
|
connected to Controller(s), switch sends "on" events every time it is changed (please note
|
|
|
|
Controller limit of one event per second!)
|
|
|
|
|
|
|
|
Status:
|
|
|
|
|
|
|
|
- "0" .. "9" - current value
|
|
|
|
- "off" - placed but not yet configured
|
|
|
|
|
|
|
|
Events (optional):
|
2019-02-27 12:40:55 +01:00
|
|
|
|
2019-02-12 15:19:25 +01:00
|
|
|
- "on" - on digit change
|
|
|
|
|
2019-02-16 21:12:38 +01:00
|
|
|
- **AutoSieve Sensor**
|
|
|
|
|
|
|
|
This node is a sensor pad for Techpack Automated Gravel Sieve. Although AutoSieve
|
|
|
|
can interact with Tubelib machinery like any other Techpack machine, it does
|
|
|
|
not have Tubelib ID, so it cannot be controlled or monitored. Sensor pad node should
|
|
|
|
be placed directly under AutoSieve. It gets Techpack 4-digit ID and its working principle
|
|
|
|
is identical to Furnace Monitor, allowing standard status query using Tubelib messaging.
|
|
|
|
In addition, reading AutoSieve item counter is also supported.
|
|
|
|
Sensor reads data from attached node only when requested so it does not consume CPU
|
|
|
|
resources when idle (no timers).
|
|
|
|
|
|
|
|
Placement: place directly under Automated Gravel Sieve.
|
|
|
|
|
|
|
|
Status:
|
|
|
|
|
|
|
|
- "fault" - there is no AutoSieve on top of sensor node
|
|
|
|
- "stopped" - AutoSieve is not working
|
|
|
|
- "running" - AutoSieve is running
|
|
|
|
- "defect" - AutoSieve is broken due to aging and needs to be repaired
|
|
|
|
|
|
|
|
Note: there is no "standby" state.
|
|
|
|
|
|
|
|
Supported SaferLua functions:
|
|
|
|
|
|
|
|
- $get_status(...)
|
|
|
|
- $get_counter(...)
|
|
|
|
|
|
|
|
Punch node to see current status.
|
|
|
|
|
2019-02-27 12:40:55 +01:00
|
|
|
- **Crops Watcher**
|
|
|
|
|
|
|
|
Advanced optical device to assist in crop farming automation.
|
2019-03-03 22:17:14 +01:00
|
|
|
It scans rectangular area of selected radius for crops (wheat, tomatoes etc) and checks
|
|
|
|
if all crops are fully grown so they can be collected either manually or by machines.
|
|
|
|
Device recognizes all registered farming nodes. Crops Watcher sees plants at its level
|
|
|
|
and down to 2 levels below its node (-2 .. 0), with exception of nodes directly under
|
|
|
|
its box.
|
|
|
|
Field scan is peformed when device is asked for status - either via standard "state"
|
|
|
|
message or by device-specific status request (Watcher registers new SaferLua command
|
|
|
|
$get_crops_status() for SL Controllers). When Tubelib ID numbers are entered in the
|
|
|
|
configuration panel, scan can also be initiated by sending "on" message to Crops Watcher
|
|
|
|
(by Timer, Button etc). If field is ready for harvest, device immediately responses with
|
|
|
|
"on" command sent to specified IDs (for example Tubelib Harvester). No messages are sent
|
|
|
|
for other crop states - Crops Watcher never sends "off" commands to not interfere with
|
|
|
|
machinery automation.
|
2019-03-03 22:07:39 +01:00
|
|
|
It is purely event-based node - it does not use node timers or ABMs.
|
2019-02-27 12:40:55 +01:00
|
|
|
|
|
|
|
Configuration options:
|
|
|
|
|
|
|
|
- destination number(s) of Machines or Controllers to send events to (optional; if not set,
|
|
|
|
no messages are sent)
|
|
|
|
- radius of square area to scan (1-16), area side is (2 * radius + 1) long
|
|
|
|
- desired minimal number of crops/plants in the area (0 up to maximum depending on radius)
|
|
|
|
|
|
|
|
Placement: place in the center of the field, up to 2 nodes above ground level.
|
|
|
|
|
|
|
|
Status:
|
|
|
|
|
|
|
|
- "error" - there are no crops in the area or they fall below defined minimum
|
|
|
|
- "growing" - there are enough crops planted in the area but some of them are still growing
|
|
|
|
- "ready" - there are enough crops on the field and all are ready for harvest
|
|
|
|
|
|
|
|
Events (optional):
|
|
|
|
|
|
|
|
- "on" - sent when device received "on" message, scanned area and result is "ready"
|
|
|
|
|
|
|
|
Supported SaferLua functions:
|
|
|
|
|
|
|
|
- $get_status(...)
|
2019-03-03 22:07:39 +01:00
|
|
|
- $get_crops_status(...)
|
2019-02-27 12:40:55 +01:00
|
|
|
|
|
|
|
Punch node to see current status and crop numbers.
|
|
|
|
|
2019-03-21 18:43:38 +01:00
|
|
|
- **Digilines Message Relay**
|
|
|
|
|
|
|
|
Chip that forwards communication between Digilines and Tubelib networks. It is a simple
|
|
|
|
low-level device - it forwards messages as soon as they appear. It has no queue or flow
|
|
|
|
control - it is up to sending and receiving systems to limit rate of communication.
|
|
|
|
Message Relay accepts only Tubelib messages of type "msg", so its main role is to talk
|
|
|
|
to SaferLua Controllers or Terminals. It does not forward any other Tubelib commands,
|
|
|
|
like "on" or "off", so it cannot be used to control machinery directly. Chip must be
|
|
|
|
configured before use. Configuration can be changed at any time.
|
|
|
|
Chip does not use node timers.
|
|
|
|
|
|
|
|
Configuration options:
|
|
|
|
|
|
|
|
- Tubelib number(s) - space-separated list of Tubelib IDs (mandatory)
|
|
|
|
- Digiline channel - name of Digiline channel device connects to (mandatory)
|
|
|
|
|
|
|
|
Placement: connect to Digiline network via standard blue cable.
|
|
|
|
|
|
|
|
Operational principles:
|
|
|
|
|
|
|
|
- forwarding is disabled until Relay Chip is configured
|
|
|
|
- configuration can be altered at any time with immediate effect
|
|
|
|
- only one Digiline channel per chip is supported
|
|
|
|
- only "msg" type of Tubelib communication is accepted; other packets are silently dropped
|
|
|
|
- data sent on Digiline channel is converted to Tubelib "msg" type
|
|
|
|
- Digiline messages forwarded to Tubelib targets have their source number set to Relay ID
|
|
|
|
- Tubelib messages originating from devices not present on number list are rejected
|
|
|
|
(security measure)
|
|
|
|
- Tubelib messages that appear to come from device itself are rejected (anti-spoofing)
|
|
|
|
- Relay Chip rejects configuration if its number appear on number list (loop prevention)
|
|
|
|
- Digilines message sent to configured channel is forwarded to all listed Tubelib nodes
|
|
|
|
- Relay does not queue messages
|
|
|
|
- Relay does not provide flow rate control
|
|
|
|
- Relay does not respond to any commands and status queries
|
|
|
|
- only messages of type "string" are forwarded; Tubelib supports text messages only so no
|
|
|
|
conversion is necessary; Digiline numbers and booleans are automatically converted to
|
|
|
|
strings before being dispatched to Tubelib receivers; all other data types (arrays,
|
|
|
|
functions etc) are silently dropped
|
|
|
|
|
|
|
|
Supported SaferLua functions:
|
|
|
|
- $send_msg(num, msg)
|
|
|
|
- $get_msg()
|
|
|
|
|
|
|
|
Supported Digilines functions:
|
|
|
|
- digiline_send(channel, msg)
|
|
|
|
|
2018-10-29 13:16:55 +01:00
|
|
|
|
2018-11-15 17:20:31 +01:00
|
|
|
* **Biogas Machines** (biogasmachines)
|
2018-10-19 11:12:35 +02:00
|
|
|
|
2018-11-13 23:38:39 +01:00
|
|
|
Expands Tubelib (and TechPack) with various machines that use Biogas either as a product
|
2019-01-31 23:14:00 +01:00
|
|
|
or a power source. *Machines are compatible with Techpack v2 and use Tubelib2 API.*
|
2018-11-13 23:38:39 +01:00
|
|
|
|
|
|
|
Available:
|
|
|
|
|
2018-11-19 14:28:31 +01:00
|
|
|
- **Water Freezer**
|
2018-11-20 14:39:12 +01:00
|
|
|
|
2018-11-24 13:38:20 +01:00
|
|
|
Freezing machine that converts water to ice using Biogas as coolant. Water can be supplied
|
|
|
|
in buckets or (if pipeworks mod is installed) through pipes. One water bucket is converted
|
|
|
|
to one ice cube, in case of pipe network there is no need for any vessels however fresh
|
|
|
|
water should be provided via pipelines. Empty buckets are returned as secondary products
|
|
|
|
so Freezer can be easily paired with Liquid Sampler and other Tubelib machinery.
|
2018-11-20 14:39:12 +01:00
|
|
|
|
2018-11-19 14:28:31 +01:00
|
|
|
- **Gasifier**
|
2018-11-20 14:39:12 +01:00
|
|
|
|
2018-11-24 13:38:20 +01:00
|
|
|
Machine to extract Biogas from compressed dry organic material, such as fossil fuels.
|
|
|
|
Designed primarily to retrieve gas from Coal blocks (not lumps!), it allows to convert
|
|
|
|
Straw blocks to Biogas units as well. Equipped with 'recipe hint bar' that shows processing
|
|
|
|
ingredients, products and duration. Primary goal is to convert piles of Coal blocks to another
|
|
|
|
burnable agent, better suited for use in modern machinery.
|
|
|
|
More recipes can be added via simple API function (see source file).
|
|
|
|
|
|
|
|
- **Biogas Furnace**
|
|
|
|
|
|
|
|
Biogas-fuelled, Tubelib-compatible version of standard furnace. All cooking recipes apply.
|
|
|
|
Notable differences are:
|
|
|
|
- fuel is used only when cooking (Biogas is not wasted)
|
|
|
|
- both input and output trays are larger allowing more items to be stored and processed
|
|
|
|
- items that leave containers after cooking (for example farming:salt) do not block cooking
|
|
|
|
tray; such vessels (buckets etc) are routed to output tray as well
|
|
|
|
- uncookable items stay in input tray and are not routed anywhere
|
|
|
|
- device tries its best to fill output tray and can choose input items to effectively utilize
|
|
|
|
remaining space there
|
2018-11-13 23:38:39 +01:00
|
|
|
|
2018-12-03 15:35:44 +01:00
|
|
|
- **Biogas Jet Furnace**
|
|
|
|
|
|
|
|
Biogas Furnace that is 2 times faster than standard version in both item cooking time
|
|
|
|
and Biogas consumption. While functionally identical to its predecessor, it supports stack
|
|
|
|
pulling from output tray as well (can be paired with High Perf Pusher).
|
|
|
|
|
2018-12-14 21:26:29 +01:00
|
|
|
- **Compactor**
|
|
|
|
|
|
|
|
Heavy press with heating, compacting and cooling functions that can compress stone-like
|
|
|
|
resources into very dense and hard materials, like obsidian. Default recipes include
|
|
|
|
converting cobble and compressed gravel to obsidian, flint to obsidian shards and coal
|
|
|
|
blocks to diamonds. Machine consumes Biogas for heating/compacting and Ice for rapid cooling.
|
|
|
|
Custom recipes can be added via API function.
|
|
|
|
|
2019-02-19 13:12:23 +01:00
|
|
|
- **Biogas Torch**
|
|
|
|
|
|
|
|
Although not really a Tubelib-compatible machine, this item also helps to shift from Coal
|
|
|
|
to Biogas as primary burning agent. Biogas Torch, a Biogas-powered eternal light source
|
|
|
|
is a modern version of standard torch. Its goal is to replace coal torches as a basic,
|
|
|
|
easy craftable and deployable source of light. Usage and light parameters are identical
|
|
|
|
to original torch. Additionally, Biogas Torch becomes a heat source when placed, removing
|
|
|
|
nearby snow and melting down ice to water (in a 3x3 cube around torch). There are many
|
|
|
|
flavours of Biogas Torch, depending on metal used for handle, but these variations have
|
|
|
|
only decorational purposes.
|
|
|
|
Code and models are imported from Minetest Game default torch (torch.lua) - see source
|
|
|
|
file for details.
|
|
|
|
|
2019-02-22 18:24:38 +01:00
|
|
|
- **Biogas Tank**
|
|
|
|
|
|
|
|
Dedicated storage for Biogas units. A convenient replacement for standard and Techpack
|
|
|
|
chests when it comes to stockpiling Biogas.
|
|
|
|
|
|
|
|
Gas tank comes in 3 sizes:
|
|
|
|
- Small - 2 stacks
|
|
|
|
- Medium - 32 stacks (standard Chest equivalent)
|
|
|
|
- Large - 72 stacks (Tubelib HighPerf Chest equivalent)
|
|
|
|
|
|
|
|
Features:
|
|
|
|
- Biogas-only inventory
|
|
|
|
- Tubelib I/O compatibility
|
|
|
|
- real-time 3-level color visual fill indicator on device box
|
|
|
|
- up-to-date capacity information in infotext (displayed when looking at the tank)
|
|
|
|
- support for Tubelib stack pulling (can be paired with HighPerf Pusher)
|
|
|
|
- not a machine, so no aging and no defects
|
|
|
|
- support for standard SaferLua storage status query ("empty"/"loaded"/"full")
|
|
|
|
- no node timer (capacity information and visual status updated only when node inventory
|
|
|
|
is modified)
|
|
|
|
|
|
|
|
Supported SaferLua functions:
|
|
|
|
|
|
|
|
- $get_status(...)
|
|
|
|
|
|
|
|
|
2019-05-24 21:45:57 +02:00
|
|
|
* **Miner Chest** (minerchest)
|
|
|
|
|
|
|
|
Miner Chest is a high capacity storage chest that automatically combines selected resources
|
2019-09-09 16:35:46 +02:00
|
|
|
into respective blocks. Chest is compatible with Techpack (Tubelib2 framework) and Pipeworks
|
|
|
|
(pneumatic tubes). It has capacity of 60 items. When used with Tubelib it supports stack
|
|
|
|
pulling (can be paired with HighPerf Pusher).
|
2019-05-24 21:45:57 +02:00
|
|
|
|
|
|
|
It automatically combines following items in its inventory:
|
|
|
|
- all ingots types into respective blocks
|
|
|
|
- all sand units into respective sandstones
|
|
|
|
- coal lump -> coal block
|
|
|
|
- mese crystal -> mese block
|
|
|
|
- diamond crystal -> diamond block
|
|
|
|
- wheat -> straw
|
|
|
|
- clay lump -> clay block
|
|
|
|
|
|
|
|
More allowed item combinations can be registered via API function.
|
|
|
|
|
|
|
|
Chest supports only reversible combinations (example: metal blocks can be converted back to
|
|
|
|
ingots) of popular minerals and resources (hence name Miner's Chest). Some free space is
|
|
|
|
required to perform item reorganization as node may process only things that are already in
|
|
|
|
its inventory. To increase efficiency, chest automatically piles up items into stacks, trying
|
|
|
|
to free up as many slots as possible.
|
|
|
|
When used as a source for Tubelib network, chest prioritizes items it sends out into tubes -
|
|
|
|
so ingots and all other items that can be later combined into blocks are scheduled to be
|
|
|
|
sent last. This approach increases chance that incoming elements will be successfully combined
|
|
|
|
and passed further in compacted form.
|
|
|
|
|
|
|
|
Features:
|
|
|
|
- automatic crafting of configured items into blocks
|
|
|
|
- automatic stack merging
|
|
|
|
- Tubelib I/O compatibility
|
2019-09-09 16:35:46 +02:00
|
|
|
- Pipeworks compatibility (accepts input from tubes)
|
2019-05-24 21:45:57 +02:00
|
|
|
- support for Tubelib stack pulling (can be paired with HighPerf Pusher)
|
|
|
|
- item prioritization for Tubelib pulling (stackable items go last)
|
|
|
|
- no defects (not a machine)
|
|
|
|
- support for standard SaferLua storage status (empty/loaded/full)
|
|
|
|
- storage status - visual indicator and infotext
|
|
|
|
- infobar in inventory window
|
|
|
|
- no node timer (working only when inventory is updated)
|
|
|
|
|
|
|
|
Supported SaferLua functions:
|
|
|
|
|
|
|
|
- $get_status(...)
|
|
|
|
|
|
|
|
|
2019-01-31 23:14:00 +01:00
|
|
|
Future plans - see TODO file.
|
2018-11-13 23:38:39 +01:00
|
|
|
|