Added throttling for network devices that can request autocrafting. Fixes #2010

This commit is contained in:
raoulvdberge
2018-09-28 21:56:33 +02:00
parent fef4155f2c
commit 7b8960de94
7 changed files with 49 additions and 11 deletions

View File

@@ -3,6 +3,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)
- Added a config option to configure the autocrafting calculation timeout in milliseconds (raoulvdberge)
- Added throttling for network devices that can request autocrafting (raoulvdberge)
- Fixed an autocrafting bug where it crashed when external inventories couldn't be filled (raoulvdberge)
- Fixed a duplication bug with a disconnected Crafting Grid (raoulvdberge)
- Fixed oredict autocrafting sometimes reporting that a craftable item is missing (raoulvdberge)