diff options
| author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2025-06-22 23:14:46 -0400 |
|---|---|---|
| committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2025-06-22 23:14:46 -0400 |
| commit | c4887e5f419e0d51e80497d41de092c8e6b99d4c (patch) | |
| tree | 6ea4677920dbc3b623ada57dbd538e57a3b0b781 | |
| parent | cc193e8818c21e77192466e55ea51bb5d8b8e0de (diff) | |
| download | Skyblocker-c4887e5f419e0d51e80497d41de092c8e6b99d4c.tar.gz Skyblocker-c4887e5f419e0d51e80497d41de092c8e6b99d4c.tar.bz2 Skyblocker-c4887e5f419e0d51e80497d41de092c8e6b99d4c.zip | |
Update YACL
| -rw-r--r-- | gradle.properties | 2 | ||||
| -rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 11e2c3ed..770fa93b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ fabric_api_version=0.119.5+1.21.5 # Minecraft Mods ## YACL (https://github.com/isXander/YetAnotherConfigLib) -yacl_version=3.6.6+1.21.5 +yacl_version=3.7.1+1.21.5 ## 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 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" |
