Skip to content

Commit e300ce6

Browse files
committed
Bump mod version
1 parent 889b774 commit e300ce6

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project
2-
mod_version=1.1.14
2+
mod_version=1.1.15
33
group=org.cyclops.integratedcrafting
44
java_version=21
55

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

0 commit comments

Comments
 (0)