Fixed an autocrafting bug where it crashed when external inventories couldn't be filled. Fixes #1983

This commit is contained in:
raoulvdberge
2018-09-14 16:18:17 +02:00
parent e4d5475440
commit 084c1ba6ca
2 changed files with 45 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
### 1.6.6
- Added new Crafter modes: ignore redstone signal, redstone signal unlocks autocrafting, redstone signal locks autocrafting and redstone pulse inserts next set (replacement for blocking mode) (raoulvdberge)
- Fixed an autocrafting bug where it crashed when external inventories couldn't be filled (raoulvdberge)
### 1.6.5
- Fixed Refined Storage silicon's oredict entry being registered too late (raoulvdberge)