From 6c58aca169aba21a48f7c1e1c56b6447f55c2a9d Mon Sep 17 00:00:00 2001 From: melontini <104443436+melontini@users.noreply.github.com> Date: Fri, 10 May 2024 14:27:47 +0700 Subject: [PATCH] CHANGELOG.md and bump version. --- CHANGELOG.md | 26 +++----------------------- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef498cb..53113e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,26 +2,6 @@ User Changes: -This update extends the expression syntax to support nbt and block properties. - -* Returned to downloading mappings at startup. -* Compound and List NBT tags are now properly supported. -* Added `nbt` field to item stacks, entities and block entities. - -This Allows you to access NBT data like so: `this_entity.nbt.Air`. You should avoid NBT access, as it can get extremely slow. - -* Added `properties` field to *states. - -This can be used to access block state properties like so: `block_state.properties.candles`. - -* Added lots of new functions. Consult the wiki for more info! -* Added `short_circuit` to `defaulted`, `all_of`, `any_of`. If true, commands will terminate immediately upon the condition failing. -* `hasContext` and `structContainsKey` now accept VarArgs. -* Removed arbitrary map support, as it was pretty poorly implemented. -* Constants are now case-sensitive. - -Dev Changes: - -* Moved Command codecs to MapCodec. -* Added BooleanExpression, similar to Arithmtica. -* Added `runTriState` to EventExecutors. \ No newline at end of file +* Fixed `arrayAllMatch` acting like `arrayAnyMatch`. +* Added `attributes` field to living entities. +* Loot Context access in expressions is now cached. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index d9b35c5..f00bfef 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,6 +7,6 @@ org.gradle.caching=true minecraft_version=1.20.1 yarn_mappings=1.20.1+build.10 # Mod Properties -mod_version=0.4.0 +mod_version=0.4.1 maven_group=me.melontini archives_base_name=commander