diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-26 07:38:08 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-26 16:23:22 -0400 |
commit | 4b06954d6db941e9bf663b1da5e8d65c5209e8f7 (patch) | |
tree | 29662943f3b1c446b96325a93ee39594fd6dfaf6 /src | |
parent | 1e187c614f91b6e0ee54ef76cc64997e77009a62 (diff) | |
download | Skyblocker-4b06954d6db941e9bf663b1da5e8d65c5209e8f7.tar.gz Skyblocker-4b06954d6db941e9bf663b1da5e8d65c5209e8f7.tar.bz2 Skyblocker-4b06954d6db941e9bf663b1da5e8d65c5209e8f7.zip |
YACL 3.4.1 and Fabric API 0.97.6
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/fabric.mod.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 650b82af..f877592d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,8 +34,8 @@ "accessWidener": "skyblocker.accesswidener", "depends": { "fabricloader": ">=0.15.10", - "fabric-api": ">=0.97.5+1.20.5", - "yet_another_config_lib_v3": ">=3.4.0+1.20.5", + "fabric-api": ">=0.97.6+1.20.5", + "yet_another_config_lib_v3": ">=3.4.1+1.20.5", "minecraft": "~1.20.5", "java": ">=21" }, |