diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-06-30 21:15:05 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-06-30 21:15:05 +0300 |
commit | 66a3fafa301ed84b223937c92961e844f54e6439 (patch) | |
tree | 29f13a4aab2d49bf6f33b8cb480b96df36b5367f | |
parent | 40ae6ee8750ac58e824c5308776575eaef686a71 (diff) | |
download | LibGui-66a3fafa301ed84b223937c92961e844f54e6439.tar.gz LibGui-66a3fafa301ed84b223937c92961e844f54e6439.tar.bz2 LibGui-66a3fafa301ed84b223937c92961e844f54e6439.zip |
Update dependency versions in fabric.mod.json, add Jankson dependency
-rw-r--r-- | src/main/resources/fabric.mod.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 9a1bf4e..22d9990 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -22,9 +22,10 @@ "modmenu": ["io.github.cottonmc.cotton.gui.client.modmenu.ModMenuSupport"] }, "depends": { - "fabricloader": ">=0.4.0", + "fabricloader": ">=0.8.8", "fabric": "*", - "minecraft": ">=1.16-" + "minecraft": ">=1.16.1", + "jankson": "^3.0.0" }, "suggests": { "flamingo": "*" |