From 66a3fafa301ed84b223937c92961e844f54e6439 Mon Sep 17 00:00:00 2001 From: Juuxel <6596629+Juuxel@users.noreply.github.com> Date: Tue, 30 Jun 2020 21:15:05 +0300 Subject: Update dependency versions in fabric.mod.json, add Jankson dependency --- src/main/resources/fabric.mod.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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": "*" -- cgit