From cd29909a3cbddb6b7582a58d76725dc14ac28243 Mon Sep 17 00:00:00 2001 From: SHsuperCM Date: Sat, 10 Sep 2022 11:18:26 +0300 Subject: v1.1.2 --- Changelog.md | 6 ++++-- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index a602ec1..ad7dfde 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,2 +1,4 @@ - - Removed redundant log messages for broken paths. - - Fixed nbt condition not checking numbers against regex and pattern matchers. \ No newline at end of file + - Removed incompatibility log message for older eating animations versions. + - Fixed spawn eggs and goat horns cits with no model not appearing correctly. + - Added a way to check the amount of elements in an nbt list by matching the list's `count` element. + - Fixed parity with the enchantment speed and rotation defaults. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index f466c1f..cb57d7b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ modmenu=4.0.6 cloth=8.0.75 # Mod Properties -mod_version=1.1.1 +mod_version=1.1.2 maven_group=shcm.shsupercm.fabric archives_base_name=CITResewn -- cgit