2019-01-26 20:44:50 +01:00
|
|
|
make remaining Biogas Machines compatible with Tubelib2:
|
2019-01-26 15:54:41 +01:00
|
|
|
* jetfurnace
|
|
|
|
* compactor
|
|
|
|
|
2019-01-26 20:44:50 +01:00
|
|
|
change slprogtools:
|
|
|
|
* read "tubelib_number" instead of "number" metadata
|
|
|
|
* add support for 'func' code
|
|
|
|
|
|
|
|
change furnacemonitor:
|
|
|
|
* read "tubelib_number" instead of "number" metadata
|
2019-01-26 15:54:41 +01:00
|
|
|
|
|
|
|
tubelib -> tubelib2 tasks:
|
|
|
|
|
2019-01-26 20:44:50 +01:00
|
|
|
0. Affected mods: biogasmachines, slprogtools, furnacemonitor
|
2019-01-26 15:54:41 +01:00
|
|
|
|
|
|
|
1. Biogasmachines - change formspec:
|
|
|
|
* parameters are : formspec(self, pos, meta)
|
|
|
|
* all metadata info taken from meta parameter now
|
|
|
|
* button image : self:get_state_button_image(meta)
|
|
|
|
* drop show_icon parameter, always show icon hints
|
|
|
|
|
|
|
|
2. 'running' metadata changed to 'tubelib_state'
|
|
|
|
|
|
|
|
3. 'number' metadata changed to 'tubelib_number'
|
|
|
|
|
|
|
|
4. tubelib.statestring() --> State:get_state_string(meta)
|
|
|
|
|
|
|
|
5. Remove machine_(stop|start|standby|fault) helpers
|
|
|
|
|
|
|
|
6. countdown_to_idle() -> countdown_to_halt()
|
|
|
|
|
|
|
|
7. state_meta_reset() helper
|
|
|
|
|
|
|
|
8. Add helpers for can_dig, after_place_node
|
|
|
|
|
|
|
|
9. on_receive_fields(), on_recv_message()
|
|
|
|
|
|
|
|
10. on_timer: new fuel check; fault and blocked states with re-entry;
|
|
|
|
exception check for item cont. etc
|
2018-10-23 00:13:44 +02:00
|
|
|
|
2018-12-02 11:44:17 +01:00
|
|
|
future plans:
|
2018-12-14 21:26:29 +01:00
|
|
|
* Biogas Torch - crafted from glass, biogas and steel ingot (that gives 8)
|
|
|
|
replacement for default coal torch; should use the same model and mechanics
|
|
|
|
but modified textures (metal box, blueish light)
|
2018-12-02 11:44:17 +01:00
|
|
|
* 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
|
2018-10-08 15:00:47 +02:00
|
|
|
|