promotional bannermobile promotional banner

Integrated Crafting

Craft stuff in Integrated Dynamics networks
Back to Files

IntegratedCrafting-1.20.1-1.1.11.jar

File nameIntegratedCrafting-1.20.1-1.1.11.jar
Uploader
kroeserkroeser
Uploaded
Feb 10, 2025
Downloads
1.7M
Size
279.2 KB
Mod Loaders
Forge
File ID
6178659
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:integrated-crafting-287357:6178659")

Learn more about Curse Maven

What's new

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