diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-23 13:58:52 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-26 16:23:21 -0400 |
commit | fad294b43f7386afc08915ea2f2accf0523b588a (patch) | |
tree | e030b960187cf319f710d2711c088283d6f9a4d0 /src/main/resources | |
parent | d18c16d3123a6dc1ffef6fab82e0d73b16fe0c0c (diff) | |
download | Skyblocker-fad294b43f7386afc08915ea2f2accf0523b588a.tar.gz Skyblocker-fad294b43f7386afc08915ea2f2accf0523b588a.tar.bz2 Skyblocker-fad294b43f7386afc08915ea2f2accf0523b588a.zip |
Update to YACL 3.4.0
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 4972377e..650b82af 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -35,7 +35,7 @@ "depends": { "fabricloader": ">=0.15.10", "fabric-api": ">=0.97.5+1.20.5", - "yet_another_config_lib_v3": ">=3.3.2+1.20.4+update.1.20.5-SNAPSHOT+update.1.20.5-SNAPSHOT", + "yet_another_config_lib_v3": ">=3.4.0+1.20.5", "minecraft": "~1.20.5", "java": ">=21" }, |