diff options
author | SHsuperCM <shsupercm@gmail.com> | 2022-09-10 11:18:26 +0300 |
---|---|---|
committer | SHsuperCM <shsupercm@gmail.com> | 2022-09-10 11:18:26 +0300 |
commit | cd29909a3cbddb6b7582a58d76725dc14ac28243 (patch) | |
tree | 785039cd463cb3c0ce1fb1c161673a9f0e41b658 | |
parent | 79b400ab8a2ea5a912404d342f53fcc8dad34dde (diff) | |
download | CITResewn-cd29909a3cbddb6b7582a58d76725dc14ac28243.tar.gz CITResewn-cd29909a3cbddb6b7582a58d76725dc14ac28243.tar.bz2 CITResewn-cd29909a3cbddb6b7582a58d76725dc14ac28243.zip |
v1.1.2
-rw-r--r-- | Changelog.md | 6 | ||||
-rw-r--r-- | 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 |