diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-09-24 14:12:29 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-09-24 14:16:07 -0400 |
commit | 7ff019278797431a9b9731834463497f1a33d5b6 (patch) | |
tree | 66e553ca84b5768053934434a091e27c4141e72d /src/main/resources/fabric.mod.json | |
parent | 7a990e6a87a2b0856c9abab3485e5de321bb6176 (diff) | |
download | Skyblocker-7ff019278797431a9b9731834463497f1a33d5b6.tar.gz Skyblocker-7ff019278797431a9b9731834463497f1a33d5b6.tar.bz2 Skyblocker-7ff019278797431a9b9731834463497f1a33d5b6.zip |
YACL 3.2.0 (+1.20.2 Support)
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-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 5ccf35c3..0920d7d7 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -38,7 +38,7 @@ "depends": { "fabricloader": ">=0.14.22", "fabric-api": ">=0.89.1+1.20.2", - "yet_another_config_lib_v3": ">=3.1.0+1.20", + "yet_another_config_lib_v3": ">=3.2.0+1.20.2", "minecraft": "~1.20.2" }, "conflicts": { |