promotional bannermobile promotional banner

Integrated Crafting

Craft stuff in Integrated Dynamics networks

File Details

IntegratedCrafting-1.20.1-1.1.11.jar

  • R
  • Feb 10, 2025
  • 279.16 KB
  • 1.6M
  • 1.20.1
  • Forge

File Name

IntegratedCrafting-1.20.1-1.1.11.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:integrated-crafting-287357:6178659")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.18.4 or higher.

Fixes:
* Fix over-estimation of storage contents when calculating jobs

This could occur when an ingredient could be partially extracted from
storage and partially had to be autocrafted via a sub-job.
The simulated extraction memory was being set to an amount that was too
low, which caused the algorithm to incorrectly think there was more to
extract.
The flaw in reasoning before this commit was that the simulation
extraction memory would only increment. But this is false, since it will
decrement when sub-jobs are calculated, and this decrement was not taken
into account.

Closes #125