diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-07-22 15:17:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-22 15:17:11 -0400 |
commit | 1aa006198fe987dae999486c6668f4f6e071ddf4 (patch) | |
tree | c850f150efdda3b940d74f60695cbcc880b143ce /src/main/resources/fabric.mod.json | |
parent | bac0f8f4aff96c5c6707bbb750f37de92e000da4 (diff) | |
parent | 14ec65e7639758972f44a9097c44b8eb53c45c15 (diff) | |
download | Skyblocker-1aa006198fe987dae999486c6668f4f6e071ddf4.tar.gz Skyblocker-1aa006198fe987dae999486c6668f4f6e071ddf4.tar.bz2 Skyblocker-1aa006198fe987dae999486c6668f4f6e071ddf4.zip |
Merge branch 'SkyblockerMod:master' into dark-auction-tabhud
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 ead46adc..5b383fe7 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,7 +30,7 @@ ], "depends": { "fabricloader": ">=0.14.21", - "fabric-api": ">=0.83.0+1.20", + "fabric-api": ">=0.86.0", "cloth-config2": "*", "minecraft": "~1.20" }, |