README.md and TODO files updated.

Recycler and Torch moved out of biogasmachines to future plans,
Gas Jet Furnace added. Indicator added.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This commit is contained in:
Michal Cieslakiewicz 2018-12-02 11:44:17 +01:00
parent 3ed73401d2
commit cac5b09f7b
2 changed files with 14 additions and 11 deletions

View File

@ -116,9 +116,3 @@ git clone https://github.com/realmicu/minetest-micupack.git micupack
- High Temperature Compressor - advanced machine to convert (albeit slowly) stone (or compressed - High Temperature Compressor - advanced machine to convert (albeit slowly) stone (or compressed
gravel) to obsidian and coal block to diamonds; it will require water supplied either via buckets, gravel) to obsidian and coal block to diamonds; it will require water supplied either via buckets,
through pipes (like freezer) or ice cubes(!) and a decent amount of Biogas through pipes (like freezer) or ice cubes(!) and a decent amount of Biogas
- Metal Recycler - decomposing device to retrieve metal ingots and Mese shards 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
- Portable Biogas Torch (optional, TBD) - a tool to melt down ice and produce water source from it

19
TODO
View File

@ -4,14 +4,23 @@ slprogtools:
so device can be stored and treated as archive copies for software so device can be stored and treated as archive copies for software
biogasmachines: biogasmachines:
* Gas Jet Furnace - Gas Furnace that is 2 times faster than standard version
in both item cooking and Biogas consumption
* High-Temp Compressor - heat up cobblestone or compressed gravel * High-Temp Compressor - heat up cobblestone or compressed gravel
using Biogas and change it (slowly and with lot of energy) to obsidian; using Biogas and change it (slowly and with lot of energy) to obsidian;
also compress coal block to diamond using the same technique; make other also compress coal block to diamond using the same technique; make other
combinations possible through custom recipe registration; requires cooling combinations possible through custom recipe registration; requires cooling
water - in buckets, via pipeworks or ice cubes water - in buckets, via pipeworks or ice cubes
* Metal Recycler - retrieve metal ingots and Mese shards from all items
and nodes that were crafted from these resources; device will return future plans:
random number of such items between 1 and craft quantity; Mese crystals * Tubelib Chest Indicator - small attachable plate that indicates fill level
will be converted to shards for calculation purposes; Biogas will be of connected Tubelib Chest
moderately used * Metal Recycler - decomposing device to retrieve metal ingots, Mese shardsxi
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
* Portable Biogas Torch (optional, TBD) - a tool to melt down ice and produce
water source from it