Integrated Crafting

Craft stuff in Integrated Dynamics networks

File Details

IntegratedCrafting-1.19.2-1.1.8-javadoc.jar

  • R
  • Oct 26, 2024
  • 370.78 KB
  • 6
  • 1.19.2
  • Forge

File Name

IntegratedCrafting-1.19.2-1.1.8-javadoc.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:integrated-crafting-287357:5847723")
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.17.0 or higher.

Fixes:
* Allow multi-output recipes to be reused across jobs
  Even if not all outputs of such recipes are used in one sub-job,
  they can still be used by other sub-jobs.
  Previously, such cases would trigger multiple invocations of these
  recipes, while fewer would be sufficient.
  Closes CyclopsMC/IntegratedTerminals#131