Update history

master
Joachim Stolberg 2020-12-18 12:47:37 +01:00
parent 4798ba472f
commit 4f0bdff0b9
1 changed files with 21 additions and 0 deletions

View File

@ -1,6 +1,27 @@
# Release Notes for ModPack TechPack [techpack]
## V2.04.01 (2020-12-18)
### Additions
### Removals
### Changes
- Suggestion to check replanting against commonly plantable nodes
instead of quarry-able GroundNodes (pull request #60 from oversword)
- Add a on_blast callback to tubes so they update after being destroyed
(pull request #58 from oversword)
- Disallow non-fuel items to be accepted as fuel quarries and harvesters
(pull request #57 from oversword)
- Check harvester protection for each node it attempts to harvest
(pull request #59 from oversword)
### Fixes
- Warehouse voiding items when both pushing in and pulling out
(issue #61, fixed by oversword)
## V2.04.00 (2020-11-20)