diff options
author | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-05-20 12:23:28 -0400 |
---|---|---|
committer | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-05-20 12:23:28 -0400 |
commit | d9f368296ac5dac6dc60602e25cf1cc989e11ae5 (patch) | |
tree | 2a247c421c076c2ad0c99e72e255d922783cdebd /src/main/resources/fabric.mod.json | |
parent | 4fcccc53c1b312d7a5a956ae13fea46564a70b48 (diff) | |
download | Skyblocker-d9f368296ac5dac6dc60602e25cf1cc989e11ae5.tar.gz Skyblocker-d9f368296ac5dac6dc60602e25cf1cc989e11ae5.tar.bz2 Skyblocker-d9f368296ac5dac6dc60602e25cf1cc989e11ae5.zip |
Require fabric api version 0.81.0 and loader version 0.14.19
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 00bf5b57..b3079acb 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,8 +26,8 @@ "skyblocker.mixins.json" ], "depends": { - "fabricloader": ">=0.14.17", - "fabric-api": ">=0.76.0+1.19.4", + "fabricloader": ">=0.14.19", + "fabric-api": ">=0.81.0+1.19.4", "cloth-config2": "*", "minecraft": "~1.19.4" }, |