promotional bannermobile promotional banner

Cyclops Core

Library mod for EvilCraft, Integrated Dynamics and others.

File Details

CyclopsCore-1.20.1-1.22.0-deobf.jar

  • R
  • Feb 17, 2026
  • 890.35 KB
  • 6
  • 1.20.1
  • Forge

File Name

CyclopsCore-1.20.1-1.22.0-deobf.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:cyclops-core-232758:7637993")
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!

Additions:
* Add AND, OR, and NOT logical expression support to NBT path
  Expression such as `(@.a > 5 && @.a < 15) || @.a == 20` or
  `$.items[?(@.min < 10 && @.min > 5)]` can not be executed.
  Closes #210

Changes:
* Modify value if needed when setting minValue in WidgetNumberField