From 0f01475ec382f060d0088ffe480237524015fd7a Mon Sep 17 00:00:00 2001 From: zontreck Date: Mon, 1 Apr 2024 02:32:16 -0700 Subject: [PATCH] Update bundled LibAC --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9bfc623..3ab324e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ org.gradle.daemon=false # parchment_version=2023.09.03 # luckperms_api_version=5.4 -libac=1.5.9 +libac=1.5.11 ## Environment Properties # The Minecraft version must agree with the Forge version to get a valid artifact @@ -53,7 +53,7 @@ mod_name=Zontreck's Library Mod # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=GPLv3 # The mod version. See https://semver.org/ -mod_version=1201.11.040124.0228 +mod_version=1201.11.040124.0231 # 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. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html