Fixed Interface with Crafting Upgrade being stuck if an earlier item configuration has missing items or fluids. Fixes #2114

This commit is contained in:
raoulvdberge
2018-12-01 16:55:46 +01:00
parent 55c38ad11d
commit cb58826f1e
6 changed files with 55 additions and 18 deletions

View File

@@ -1,5 +1,8 @@
# Refined Storage Changelog
### 1.6.13
- Fixed Interface with Crafting Upgrade being stuck if an earlier item configuration has missing items or fluids (raoulvdberge)
### 1.6.12
- Increased the speed of autocrafting (raoulvdberge)
- Fixed External Storage sending storage updates when it is disabled (raoulvdberge)