diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-09-06 00:42:01 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-09-21 15:58:49 -0400 |
commit | 471edd79b145a80e67877059f024d4b3d8753eac (patch) | |
tree | b475721883b979b369d6ddcc27c85f90af998b3b /src/main/resources/fabric.mod.json | |
parent | 2091a05c2b9b3f3a9733557337935688f1bc6ae8 (diff) | |
download | Skyblocker-471edd79b145a80e67877059f024d4b3d8753eac.tar.gz Skyblocker-471edd79b145a80e67877059f024d4b3d8753eac.tar.bz2 Skyblocker-471edd79b145a80e67877059f024d4b3d8753eac.zip |
1.20.2-pre1
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 963f3684..fbcd8414 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -35,8 +35,8 @@ "skyblocker.mixins.json" ], "depends": { - "fabricloader": ">=0.14.21", - "fabric-api": ">=0.86.0", + "fabricloader": ">=0.14.22", + "fabric-api": ">=0.88.2+1.20.2", "cloth-config2": "*", "minecraft": "~1.20" }, |