diff options
-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 |