diff options
| author | Grayray75 <69988482+Grayray75@users.noreply.github.com> | 2023-10-03 13:56:25 +0200 |
|---|---|---|
| committer | Grayray75 <69988482+Grayray75@users.noreply.github.com> | 2023-10-03 14:29:39 +0200 |
| commit | ec2fe2475610e5c1c705d296a697e92803b8db7a (patch) | |
| tree | 184b07890aeebad87e1d7f241133d79390e414f1 /src/main/resources/fabric.mod.json | |
| parent | 3cc5f282d65d37c66a8c93035da38210c42fcb1d (diff) | |
| parent | 88e208843710cb7a46f49c9d404cb10935b66b38 (diff) | |
| download | Skyblocker-ec2fe2475610e5c1c705d296a697e92803b8db7a.tar.gz Skyblocker-ec2fe2475610e5c1c705d296a697e92803b8db7a.tar.bz2 Skyblocker-ec2fe2475610e5c1c705d296a697e92803b8db7a.zip | |
Merge branch 'master' into item-cooldown
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 888e3374..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", - "cloth-config2": "*", + "yet_another_config_lib_v3": ">=3.2.0+1.20.2", "minecraft": "~1.20.2" }, "conflicts": { |
