Non-blocking mode
rubensworks opened this issue · 2 comments
Issue type:
- ➕ Feature request
Short description:
By default, crafting interfaces will push only one recipe at a time to machines.
While this can be worked around by increasing stacksizes in recipes, a better solution would be to have a "Blocking Mode" option in the interface's settings (which is true
by default).
If set to false
, the crafting interface will try to start as much of the pending crafting jobs as possible into the machine.
This will allow faster crafting in machines that can process items in bulk.
This can be implemented by just always starting jobs, until no new ones can be inserted. Restart the check once a job has been completed.