promotional bannermobile promotional banner

Integrated Dynamics

A mod to take full and automated control of your appliances.

File Details

IntegratedDynamics-1.20.1-1.23.10.jar

  • R
  • Oct 30, 2024
  • 3.85 MB
  • 3.5K
  • 1.20.1
  • Forge

File Name

IntegratedDynamics-1.20.1-1.23.10.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:integrated-dynamics-236307:5860519")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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