diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-10-04 13:26:09 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-10-17 18:28:40 -0400 |
commit | da9f6fb2ba0a2ecb8ef748e95853e2997b7e119e (patch) | |
tree | 92c0e0816599aa27d42ad58ec2fcce757d297d14 | |
parent | 9d8853474d3935bf6af0a86f3f374c114fb1e25a (diff) | |
download | Skyblocker-da9f6fb2ba0a2ecb8ef748e95853e2997b7e119e.tar.gz Skyblocker-da9f6fb2ba0a2ecb8ef748e95853e2997b7e119e.tar.bz2 Skyblocker-da9f6fb2ba0a2ecb8ef748e95853e2997b7e119e.zip |
Require YACL 3.2.1
3.2.0 will cause a game crash if you try to use it with the mod
-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 86481bf3..e5900e76 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.2.0+1.20.2", + "yet_another_config_lib_v3": ">=3.2.1+1.20.2", "minecraft": "~1.20.2" }, "conflicts": { |