Integrated Dynamics

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

File Details

IntegratedDynamics-1.20.1-1.29.11.jar

  • R
  • Jan 17, 2026
  • 3.98 MB
  • 62.7K
  • 1.20.1
  • Forge

File Name

IntegratedDynamics-1.20.1-1.29.11.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:integrated-dynamics-236307:7473316")
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.20.0 or higher.

Additions:
* Add generic number casting operators
  Closes CyclopsMC/IntegratedScripting#55
  These new operators make it more convenient to work with return types of
  Integrated Scripting, where numbers could be integers, doubles, or
  longs.

Changes:
* Add safety check for infinite lists in list equals and itemstack count
  Closes #1583
  Related to #1582

Fixes:
* Fix part states not being revalidated, Closes #1588
* Fix oldest/newest mixup on delayer history in book, Closes #1592
* Fix cable shape cache having cache collisions when there are two entries that have the same part on two different sides while having the same cable connections