095821a9e7
Biogas Tank is a dedicated storage for Biogas units. It comes in 3 sizes: Small (2 slots), Medium (32 slots) and Large (72 slots). It supports Tubelib stack pulling and status query (like HighPerf Chest). In addition, storage tank provides both visual indication and infotext information about current capacity usage. Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
18 lines
808 B
Plaintext
18 lines
808 B
Plaintext
|
|
Future plans:
|
|
* introduce enhanced machine statictics including:
|
|
+ counters for items in and items out
|
|
+ biogas used counter
|
|
+ ice counter for compactor
|
|
+ pipe connection status for freezer
|
|
+ usage: ticks running, ticks standby, ticks blocked, total ticks etc
|
|
and evaluate possible expansion of SaferLua controller '$commands' with
|
|
functions to read and reset above fields
|
|
* Metal Recycler - decomposing device to retrieve metal ingots, Mese shards
|
|
and Diamonds from all items and nodes that were crafted from these resources;
|
|
device will return random number of ingots and shards - between 1 and craft
|
|
quantity; Mese crystals will be converted to shards for calculation purposes;
|
|
fuelled by moderate volume of Biogas; robust recipe parser is required for
|
|
this device
|
|
|