Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
 Integrated Crafting

Integrated Crafting

Craft stuff in Integrated Dynamics networks

26.1k
12
Technology
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.4
1.20.1
1.19.2–1.19.4
1.19
1.18.2

Platforms

Forge
NeoForge

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Join Discord server
Donate on Patreon

Creators

rubensworks
rubensworks Owner

Details

Licensed MIT
Published 3 years ago
Updated yesterday
DescriptionChangelogVersions

Show all versions

1
3
4
5

1.18.2-1.1.5

by rubensworks on Oct 10, 2023
Download

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

Fixes:

  • Fix restarting jobs when resetting network, Closes #99

1.20.1-1.1.5

by rubensworks on Sep 12, 2023
Download

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

Fixes:

  • Fix jobs not finishing if output is extracted outside network, Closes #98

1.19.2-1.1.4

by rubensworks on Sep 12, 2023
Download

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

Fixes:

  • Fix jobs not finishing if output is extracted outside network, Closes #98

1.18.2-1.1.4

by rubensworks on Sep 12, 2023
Download

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

Fixes:

  • Fix jobs not finishing if output is extracted outside network, Closes #98

1.20.1-1.1.4

by rubensworks on Jul 31, 2023
Download

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

Changes:

  • Clarify manual recipe creation for Auto-Planking advancement Closes CyclopsMC/IntegratedDynamics#1290

1.19.2-1.1.3

by rubensworks on Jul 31, 2023
Download

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

Changes:

  • Clarify manual recipe creation for Auto-Planking advancement Closes CyclopsMC/IntegratedDynamics#1290

1.18.2-1.1.3

by rubensworks on Jul 31, 2023
Download

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

Changes:

  • Clarify manual recipe creation for Auto-Planking advancement Closes CyclopsMC/IntegratedDynamics#1290

1.20.1-1.1.3

by rubensworks on Jul 2, 2023
Download

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

Initial 1.20.1 release

1.19.4-1.1.3

by rubensworks on May 13, 2023
Download

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

Fixes:

  • Fix rare crash with reusable ingredients, Closes #94

1.19.2-1.1.2

by rubensworks on May 13, 2023
Download

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

Fixes:

  • Fix rare crash with reusable ingredients, Closes #94

1.18.2-1.1.2

by rubensworks on May 13, 2023
Download

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

Fixes:

  • Fix rare crash with reusable ingredients, Closes #94

1.19.4-1.1.2

by rubensworks on May 9, 2023
Download

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

Fixes:

  • Use IntegratedDynamicsSetupEvent to fix load order issues

1.19.4-1.1.1

by rubensworks on May 2, 2023
Download

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

Initial 1.19.4 release

1.19.2-1.1.1

by rubensworks on Mar 19, 2023
Download

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

Fixes:

  • Fix crash on job finish with non-completed dependencies Closes #92 Closes CyclopsMC/IntegratedDynamics#1249

1.18.2-1.1.1

by rubensworks on Mar 19, 2023
Download

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

Fixes:

  • Fix crash on job finish with non-completed dependencies Closes #92 Closes CyclopsMC/IntegratedDynamics#1249

1.19.3-1.1.0

by rubensworks on Feb 11, 2023
Download

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

Additions:

  • Allow reusable recipe ingredients, Closes #36 If the player marks a recipe ingredient as reusable, this ingredient will not be crafted multiple times if the recipe is requested in bulk. This is useful for recipes that make use of items that only consume durability if they are used in a recipe.
  • Add option to crafting interfaces to disable blocking mode When this option is enabled, the crafting interface will try to push as much parallel crafting jobs into the target as possible for bulk crafting jobs. This is mainly useful for machines that can process multiple inputs in parallel. Closes #90

Changes:

  • Allow jobs to partially start if dependencies are not fully finished This fixes issues with multi-amount jobs with many dependencies, where the root job would not be able to start unless the dependencies would be fully finished. For example, recipes that involve chains of multiple machines will result in more efficient pipelining. Closes #6
  • Only craft missing number of items in Crafting Writer This will now properly take into account the stacksize of items as desired amount. Closes #77

1.19.2-1.1.0

by rubensworks on Feb 11, 2023
Download

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

Additions:

  • Allow reusable recipe ingredients, Closes #36 If the player marks a recipe ingredient as reusable, this ingredient will not be crafted multiple times if the recipe is requested in bulk. This is useful for recipes that make use of items that only consume durability if they are used in a recipe.
  • Add option to crafting interfaces to disable blocking mode When this option is enabled, the crafting interface will try to push as much parallel crafting jobs into the target as possible for bulk crafting jobs. This is mainly useful for machines that can process multiple inputs in parallel. Closes #90

Changes:

  • Allow jobs to partially start if dependencies are not fully finished This fixes issues with multi-amount jobs with many dependencies, where the root job would not be able to start unless the dependencies would be fully finished. For example, recipes that involve chains of multiple machines will result in more efficient pipelining. Closes #6
  • Only craft missing number of items in Crafting Writer This will now properly take into account the stacksize of items as desired amount. Closes #77

1.18.2-1.1.0

by rubensworks on Feb 11, 2023
Download

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

Additions:

  • Allow reusable recipe ingredients, Closes #36 If the player marks a recipe ingredient as reusable, this ingredient will not be crafted multiple times if the recipe is requested in bulk. This is useful for recipes that make use of items that only consume durability if they are used in a recipe.
  • Add option to crafting interfaces to disable blocking mode When this option is enabled, the crafting interface will try to push as much parallel crafting jobs into the target as possible for bulk crafting jobs. This is mainly useful for machines that can process multiple inputs in parallel. Closes #90

Changes:

  • Allow jobs to partially start if dependencies are not fully finished This fixes issues with multi-amount jobs with many dependencies, where the root job would not be able to start unless the dependencies would be fully finished. For example, recipes that involve chains of multiple machines will result in more efficient pipelining. Closes #6
  • Only craft missing number of items in Crafting Writer This will now properly take into account the stacksize of items as desired amount. Closes #77

1.19.3-1.0.26

by rubensworks on Jan 16, 2023
Download

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

Initial 1.19.3 release

1.18.2-1.0.25

by rubensworks on Sep 17, 2022
Download

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

Fixes:

  • Fix craft planks advancement triggering too early Related to CyclopsMC/IntegratedTunnels#258
1
3
4
5

Modrinth is open source.

app-ads@1633f40

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.