From 54079b09a88b0c957f562922491bb80cf8d3c4c7 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Thu, 5 Dec 2024 02:42:09 -0500 Subject: Update YACL --- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 48eef9e3..924020c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ fabric_api_version=0.110.5+1.21.4 # Minecraft Mods ## YACL (https://github.com/isXander/YetAnotherConfigLib) -yacl_version=3.6.1+1.21.2 +yacl_version=3.6.2+1.21.4 ## HM API (https://github.com/AzureAaron/hm-api) hm_api_version=1.0.1+1.21.2 ## Mod Menu (https://modrinth.com/mod/modmenu/versions) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1344e866..e0d62441 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -42,7 +42,7 @@ "depends": { "fabricloader": ">=0.16.9", "fabric-api": ">=0.110.5+1.21.4", - "yet_another_config_lib_v3": ">=3.6.1+1.21.2", + "yet_another_config_lib_v3": ">=3.6.2+1.21.4", "hm-api": ">=1.0.1+1.21.2", "minecraft": "~1.21.4", "java": ">=21" -- cgit