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
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.18.4 or higher.
Fixes:
- Revert "Optimize ingredient positions index" This reverts commit 61b7372bda5cde123a2b320ac92c1c24d2dfb9b1. Closes CyclopsMC/IntegratedTerminals#134
- Fix crash when invalidating invalid network elements This could occur when using AE2's Spatial IO. Closes #1410
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.25.1 or higher.
Fixes:
- Restore placement of levers on parts, Closes #1408
- Fix crash when invalidating invalid network elements This could occur when using AE2's Spatial IO. Closes #1410
- Fix unable to insert into part offset slots, Closes #1409