aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2020-06-30 21:15:05 +0300
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2020-06-30 21:15:05 +0300
commit66a3fafa301ed84b223937c92961e844f54e6439 (patch)
tree29f13a4aab2d49bf6f33b8cb480b96df36b5367f /src
parent40ae6ee8750ac58e824c5308776575eaef686a71 (diff)
downloadLibGui-66a3fafa301ed84b223937c92961e844f54e6439.tar.gz
LibGui-66a3fafa301ed84b223937c92961e844f54e6439.tar.bz2
LibGui-66a3fafa301ed84b223937c92961e844f54e6439.zip
Update dependency versions in fabric.mod.json, add Jankson dependency
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/fabric.mod.json5
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": "*"