Changes

Summary

  1. Auto-workbenches that cannot craft will not retry crafting again until (commit: 6b3526e) (details)
  2. Auto-workbenches will rebalance only when necessary, instead of every (commit: bd4b856) (details)
Commit 6b3526e739d7d80c8deb7ef0c295fe359ff8cd3d by asiekierka
Auto-workbenches that cannot craft will not retry crafting again until any input slot changes.

Conflicts:
common/buildcraft/factory/TileAutoWorkbench.java
(commit: 6b3526e)
The file was modifiedcommon/buildcraft/factory/TileAutoWorkbench.java (diff)
Commit bd4b856106628cabd360553f63d436ac8ce2691a by asiekierka
Auto-workbenches will rebalance only when necessary, instead of every tick.

Also, moved balancing before jammed check. Otherwise, jammed autoworkbenches that could unjam themselves by balancing wouldn't do this.
(commit: bd4b856)
The file was modifiedcommon/buildcraft/factory/TileAutoWorkbench.java (diff)