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
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
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.18.4 or higher.
Initial 1.20.1 release
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
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
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
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
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.18.2 or higher.
Initial 1.19.4 release
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
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
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
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
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
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.17.3 or higher.
Initial 1.19.3 release
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
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.17.0 or higher.
Fixes:
- Fix craft planks advancement triggering too early Related to CyclopsMC/IntegratedTunnels#258
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.17.0 or higher.
Additions:
Changes:
Fixes:
-
Fix ignore storage contents overriding ignore crafting jobs, Closes #87
-
Bump mod version
-
Fix jobs after initial one getting stuck, Closes #83
This bug was introduced in febd15d7343b71c654d61b2574a126039ba2304b due to synchronous item insertion into the network. The fix involves registering observers earlier so that crafting job completion can always be tracked.
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.13.4 or higher.
Fixes:
- Fix ignore storage contents overriding ignore crafting jobs, Closes #87
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.16.1 or higher.
Update to MC 1.19.2
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.16.1 or higher.
Changes:
- Update to Forge 41.0.99