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:
parent
3ed73401d2
commit
cac5b09f7b
@ -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
|
||||
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
|
||||
- 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
19
TODO
@ -4,14 +4,23 @@ slprogtools:
|
||||
so device can be stored and treated as archive copies for software
|
||||
|
||||
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
|
||||
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
|
||||
combinations possible through custom recipe registration; requires cooling
|
||||
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
|
||||
random number of such items between 1 and craft quantity; Mese crystals
|
||||
will be converted to shards for calculation purposes; Biogas will be
|
||||
moderately used
|
||||
|
||||
future plans:
|
||||
* Tubelib Chest Indicator - small attachable plate that indicates fill level
|
||||
of connected Tubelib Chest
|
||||
* 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user