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 | |
parent | a7c05dabb3feb2f924cb53538038513bb483608a (diff) | |
download | Skyblocker-d5817947d1b3b64087a8b4592087037d02529e45.tar.gz Skyblocker-d5817947d1b3b64087a8b4592087037d02529e45.tar.bz2 Skyblocker-d5817947d1b3b64087a8b4592087037d02529e45.zip |
YACL 3.3.2 (#506)
-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 9a205109..5659a0e1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ fabric_api_version=0.92.0+1.20.4 # Minecraft Mods ## YACL (https://github.com/isXander/YetAnotherConfigLib) -yacl_version=3.3.1+1.20.4 +yacl_version=3.3.2+1.20.4 ## Mod Menu (https://modrinth.com/mod/modmenu/versions) mod_menu_version = 9.0.0-alpha.3 ## REI (https://modrinth.com/mod/rei/versions?l=fabric) 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": { |