readme adapted

This commit is contained in:
Joachim Stolberg 2018-12-23 19:42:36 +01:00
parent 92e8cda2ed
commit 74071dbad4

@ -14,9 +14,10 @@
- support for intllib - support for intllib
- optionally disable the cobble/ore generation - optionally disable the cobble/ore generation
## Current state ## Current state
- Switch to tubelib2 is done (not fully tested). - Switch to tubelib2 is done (not fully tested).
- Pusher, Distributor, and Grinder already support the new state 'defect'. The AGING_VALUE is currently much to low. This is for testing only. - Pusher, Distributor, and Grinder already support the new state 'defect'.
- The Repair Kit is available and can be used to repair defect machines. - The Repair Kit is available and can be used to repair defect machines.
- The mod 'basic_materials' is now needed for some new recipes. - The mod 'basic_materials' is now needed for some new recipes.
- Due to server crashes I can happen that all loaded nodes loose their timers. Therefore, all "timed" nodes got an "on_node_load" function, which is used to restart the timer. - Due to server crashes I can happen that all loaded nodes loose their timers. Therefore, all "timed" nodes got an "on_node_load" function, which is used to restart the timer.
@ -24,6 +25,8 @@
- switch 'tubelib_addons1_cobble_generator_enabled' activated, so that the automated cobble/ore generation can be disabled. - switch 'tubelib_addons1_cobble_generator_enabled' activated, so that the automated cobble/ore generation can be disabled.
The cobble generation produces Basalt Stone which can be crafted to Basalt Stone Blocks and Basalt Stone Bricks The cobble generation produces Basalt Stone which can be crafted to Basalt Stone Blocks and Basalt Stone Bricks
- Quarry now uses LVM techniques to go down up to 100 meter - Quarry now uses LVM techniques to go down up to 100 meter
- settingtypes introduced with the following settings: tubelib_max_num_forceload_blocks, tubelib_basalt_stone_enabled, tubelib_machine_aging_value
## To Do ## To Do
- adapt API.md - adapt API.md
@ -101,9 +104,9 @@ TechPack supports the following mods:
### Configuration ### Configuration
- Enable cobblestone generation (true/false) - Maximim number of Forceload Blocks per player
If set to false, the lava/water cobblestone generator produces Basalt instead, - Enable Basalt Stone (and disable ore generation via cobble generator)
which can't be used by TechPack. - machine aging value to calculate the lifetime of machines
### License ### License
@ -111,8 +114,9 @@ Copyright (C) 2017-2018 Joachim Stolberg
Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt
Textures: CC BY-SA 3.0 Textures: CC BY-SA 3.0
### Dependencies ### Dependencies
default, doors. default, doors, intllib, basic_materials
Tubelib Color Lamps optional: unifieddyes Tubelib Color Lamps optional: unifieddyes
SmartLine Controller optional: mail SmartLine Controller optional: mail
Gravelsieve optional: moreores, hopper, pipeworks Gravelsieve optional: moreores, hopper, pipeworks
@ -137,5 +141,7 @@ tubelib_addons1 optional: unified_inventory
- 2018-09-10 V1.14 * Distributor performance improved, chest commands added - 2018-09-10 V1.14 * Distributor performance improved, chest commands added
- 2018-09-15 V1.15 * Smartline Controller command added, chest commands improved - 2018-09-15 V1.15 * Smartline Controller command added, chest commands improved
- 2018-09-20 V1.16 * Switched from "Display mod pack" to lcdlib - 2018-09-20 V1.16 * Switched from "Display mod pack" to lcdlib
- 2018-12-23 V2.xx * on the way to v2
See ![releasenotes.txt](https://github.com/joe7575/techpack/blob/master/releasenotes.md) for further information See ![releasenotes.txt](https://github.com/joe7575/techpack/blob/master/releasenotes.md) for further information