Skip to content

Commit 5e61994

Browse files
committed
Bump mod version
1 parent 1715a98 commit 5e61994

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG-1.21.1.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
# Changelog for Minecraft 1.21.1
22
All notable changes to this project will be documented in this file.
33

4+
<a name="1.21.1-1.29.0"></a>
5+
## [1.21.1-1.29.0](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.28.0...1.21.1-1.29.0) - 2026-02-17 10:55:45
6+
7+
### Added
8+
* Add AND, OR, and NOT logical expression support to NBT path
9+
Expression such as `(@.a > 5 && @.a < 15) || @.a == 20` or
10+
`$.items[?(@.min < 10 && @.min > 5)]` can not be executed.
11+
Closes #210
12+
13+
### Changed
14+
* Modify value if needed when setting minValue in WidgetNumberField
15+
416
<a name="1.21.1-1.28.0"></a>
5-
## [1.21.1-1.28.0](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.27.2...1.21.1-1.28.0) - 2025-12-22 13:54:29
17+
## [1.21.1-1.28.0](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.27.2...1.21.1-1.28.0) - 2025-12-22 13:54:29 +0100
618

719
### Added
820
* Add helpers for registering to structure template pools

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project
2-
mod_version=1.28.0
2+
mod_version=1.29.0
33
group=org.cyclops.cyclopscore
44
java_version=21
55

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
As always, don't forget to backup your world before updating!
2+
3+
Additions:
4+
* Add AND, OR, and NOT logical expression support to NBT path
5+
Expression such as `(@.a > 5 && @.a < 15) || @.a == 20` or
6+
`$.items[?(@.min < 10 && @.min > 5)]` can not be executed.
7+
Closes #210
8+
9+
Changes:
10+
* Modify value if needed when setting minValue in WidgetNumberField

0 commit comments

Comments
 (0)