From 00c0c898586d3237ec256b48e24d31c130009b58 Mon Sep 17 00:00:00 2001 From: ElysianCat <78264512+CatsSomeCat@users.noreply.github.com> Date: Tue, 23 Sep 2025 23:50:26 +0330 Subject: [PATCH] Bump to 2.7.1: fix slot selection and AttachmentType crash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fixed slot selection conflict with Sounds mod that caused rapid sound spam. - Resolved crash-on-death bug triggered by AttachmentType handling. - Improved Carry On slot change logic for stability and compatibility. - Updated project version from 2.7.0 → 2.7.1. --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 51e46db..dccb0bd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project -version=2.7.0 +version=2.7.1 group=tschipp.carryon # Common @@ -15,6 +15,7 @@ neo_form_version=1.21.8-20250717.133445 java_version=21 parchment_version=2025.07.20 mod_dev_version=2.0.107 + # Forge forge_version=58.0.10 forge_loader_version_range=[57,)