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
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

