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
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.20.0 or higher.
Changes:
- Improve performance by posting AttachCapabilitiesEventPart to other bus, Closes #1400
Fixes:
- Fix JEI ghosts items not working for lists in the LP Closes CyclopsMC/IntegratedDynamics#1398
- Fix wrong sided part being shown in The One Probe, Closes #1401
- Fix auto-supply on batteries not working, Closes #1399
- Fix round-robin misbehaving with filtered interfaces, Closes CyclopsMC/IntegratedTunnels#302