File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Project
2- mod_version =1.1.14
2+ mod_version =1.1.15
33group =org.cyclops.integratedcrafting
44java_version =21
55
Original file line number Diff line number Diff line change 1+ As always, don't forget to backup your world before updating!
2+ Requires CyclopsCore version 1.25.5 or higher.
3+
4+ Fixes:
5+ * Fix over-estimation of storage contents when calculating jobs
6+
7+ This could occur when an ingredient could be partially extracted from
8+ storage and partially had to be autocrafted via a sub-job.
9+ The simulated extraction memory was being set to an amount that was too
10+ low, which caused the algorithm to incorrectly think there was more to
11+ extract.
12+ The flaw in reasoning before this commit was that the simulation
13+ extraction memory would only increment. But this is false, since it will
14+ decrement when sub-jobs are calculated, and this decrement was not taken
15+ into account.
16+
17+ Closes #125
You can’t perform that action at this time.
0 commit comments