diff options
author | SHsuperCM <shsupercm@gmail.com> | 2023-01-02 18:19:32 +0200 |
---|---|---|
committer | SHsuperCM <shsupercm@gmail.com> | 2023-01-02 18:19:32 +0200 |
commit | c13542709661cb0f10c7f04dabcdfcdcb69ceb3c (patch) | |
tree | 32006593ee8f4639a0e1d0b33d665c7bbf15a7d9 | |
parent | bbe8612d291b40d504acee2479f84a826b604fb0 (diff) | |
download | CITResewn-c13542709661cb0f10c7f04dabcdfcdcb69ceb3c.tar.gz CITResewn-c13542709661cb0f10c7f04dabcdfcdcb69ceb3c.tar.bz2 CITResewn-c13542709661cb0f10c7f04dabcdfcdcb69ceb3c.zip |
v1.1.3
Closes #218
-rw-r--r-- | Changelog.md | 8 | ||||
-rw-r--r-- | gradle.properties | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Changelog.md b/Changelog.md index ad7dfde..0ed1cf9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ - - 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 + - Updated to 1.19.3! This update does not work in 1.19.2! + - Fixed legacy for the old "bow_standby" specification + +2023 means 1.19.3! Sorry for the delay everyone! Thank you for your patience! Hopefully Mojank doesn't screw us over again with 1.19.4 :aware:
\ No newline at end of file diff --git a/gradle.properties b/gradle.properties index e397383..fbffc94 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ modmenu=5.0.2 cloth=9.0.94 # Mod Properties -mod_version=1.1.2 +mod_version=1.1.3 maven_group=shcm.shsupercm.fabric archives_base_name=CITResewn |