From c13542709661cb0f10c7f04dabcdfcdcb69ceb3c Mon Sep 17 00:00:00 2001 From: SHsuperCM Date: Mon, 2 Jan 2023 18:19:32 +0200 Subject: v1.1.3 Closes #218 --- Changelog.md | 8 ++++---- 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 -- cgit