diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-01-20 15:50:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 15:50:20 -0500 |
commit | d5817947d1b3b64087a8b4592087037d02529e45 (patch) | |
tree | 3a0a0ef5f00b996c08cf253910b4c50c39b03807 /src/main/resources | |
parent | a7c05dabb3feb2f924cb53538038513bb483608a (diff) | |
download | Skyblocker-d5817947d1b3b64087a8b4592087037d02529e45.tar.gz Skyblocker-d5817947d1b3b64087a8b4592087037d02529e45.tar.bz2 Skyblocker-d5817947d1b3b64087a8b4592087037d02529e45.zip |
YACL 3.3.2 (#506)
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 6b0b4538..72ffc8a5 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -35,7 +35,7 @@ "depends": { "fabricloader": ">=0.15.0", "fabric-api": ">=0.92.0+1.20.4", - "yet_another_config_lib_v3": ">=3.3.1+1.20.4", + "yet_another_config_lib_v3": ">=3.3.2+1.20.4", "minecraft": "~1.20.3" }, "conflicts": { |