From c4887e5f419e0d51e80497d41de092c8e6b99d4c Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Sun, 22 Jun 2025 23:14:46 -0400 Subject: Update YACL --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 11f3bcf2..31477e6c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -42,7 +42,7 @@ "depends": { "fabricloader": ">=0.16.10", "fabric-api": ">=0.119.5+1.21.5", - "yet_another_config_lib_v3": ">=3.6.6+1.21.5", + "yet_another_config_lib_v3": ">=3.7.1+1.21.5", "hm-api": ">=1.0.1+1.21.2", "minecraft": "~1.21.5", "java": ">=21" -- cgit