Batch network extraction on shift crafting potential fix for #2104 (#2559)

This commit is contained in:
Darkere
2020-06-07 16:49:41 +02:00
committed by GitHub
parent ddd29e1419
commit 09d76e6200

View File

@@ -1,5 +1,15 @@
# Refined Storage Changelog
### 1.8.5
- Cancelling a CraftingTask now also unlocks all Crafters related to that Task (Darkere)
- External Storage will now always show the exact maximum capacity as reported by the attached inventory (Darkere)
- Crafter no longer expose their inventory to the side they are facing (Darkere)
- Fixed Portable Grid voiding the disk when extracting with full inventory (Darkere)
- Fixed Constructor extracting 2 buckets when placing fluid (Darkere)
- Fixed Stack Overflow error with regulator upgrades (Darkere)
- Fixed visual bug with DetectorScreen not updating its values (Darkere)
- Fixed Constructor placing the filtered item instead of the extracted (Darkere)
### 1.8.4
- Fixed autocrafting Crafting Monitor crash (Darkere)