From a4dd617bcf106e71a5fb1f1acb3ae6e363e7c04e Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 4 Nov 2024 22:21:33 +0100 Subject: [PATCH] 41.4 (also first try with the release workflow) Fixes - Fixed breathless effect crashing servers - Fixed incomplete enchantment code causing a crash when sneaking with an aura cache --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2bdb5a71..a04ff1e1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,7 +31,7 @@ mod_name=NaturesAura # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=MIT # The mod version. See https://semver.org/ -mod_version=41.3 +mod_version=41.4 mod_release_state=BETA # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources.