Changes since last release: https://github.com/CyclopsMC/IntegratedDynamics/compare/1.21.1-1.24.0...7b3b383a57f7d1d7a82d2d2874510bb8b1ef29cf
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.25.5 or higher.
Additions:
- Add dedicated REI support, Closes CyclopsMC/IntegratedDynamics#1348
- Restore Jade/Waila integration, Closes CyclopsMC/IntegratedDynamics#1413
Changes:
- Remove OnlyIn from appendHoverText and BlockCable
Fixes:
- Fix network elements not being removed when broken as non-player This fixes exceptions and console spam when removing cables with commands. Related to #443
- Fix server sometimes hanging after shutdown Related to #1415
- Fix cable placement with commands initializing networks This was broken since CyclopsMC/IntegratedTunnels#243
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.18.4 or higher.
Additions:
- Add dedicated REI support, Closes CyclopsMC/IntegratedDynamics#1348
- Restore Refined Storage integration
- Restore Jade/Waila integration, Closes CyclopsMC/IntegratedDynamics#1413
Fixes:
- Fix cable placement with commands initializing networks This was broken since CyclopsMC/IntegratedTunnels#243
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.18.2 or higher.
Additions:
- Add dedicated REI support, Closes CyclopsMC/IntegratedDynamics#1348
- Restore Refined Storage integration
- Restore Jade/Waila integration, Closes CyclopsMC/IntegratedDynamics#1413
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.25.1 or higher.
Changes:
- Optimize ingredient positions index lookups Closes CyclopsMC/IntegratedTunnels#307
Fixes:
- Fix deadlock when getting light level of cable This fixes an incompatibility with the Moonrise mod. Closes #1415
- Fix Deepslate Dark Ore not being squeezable, Closes #1414
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.25.1 or higher.
Fixes:
- Fix crash with complex Integrated Scripting functions in writers
Functions returning an any type could be inserted into writers such as Integrated Tunnels exporters, and type checking would incorrectly pass. This could result in crashes where an incorrect value cast would occur. This commit makes it so that ANY types will have an additional type check based on the actual determined value.
Closes CyclopsMC/IntegratedScripting#20
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.18.4 or higher.
Fixes:
- Fix crash with complex Integrated Scripting functions in writers
Functions returning an any type could be inserted into writers such as Integrated Tunnels exporters, and type checking would incorrectly pass. This could result in crashes where an incorrect value cast would occur. This commit makes it so that ANY types will have an additional type check based on the actual determined value.
Closes CyclopsMC/IntegratedScripting#20
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.18.2 or higher.
Fixes:
- Fix crash with complex Integrated Scripting functions in writers
Functions returning an any type could be inserted into writers such as Integrated Tunnels exporters, and type checking would incorrectly pass. This could result in crashes where an incorrect value cast would occur. This commit makes it so that ANY types will have an additional type check based on the actual determined value.
Closes CyclopsMC/IntegratedScripting#20