From be7430de6d36044f3eaa7c0937aa1670e4dc517e Mon Sep 17 00:00:00 2001 From: Juuxel <6596629+Juuxel@users.noreply.github.com> Date: Mon, 29 Jun 2020 23:23:43 +0300 Subject: [PATCH] Update dependency versions in fabric.mod.json --- src/main/resources/fabric.mod.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 2930e16..cb3f4f1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,8 +30,9 @@ ], "depends": { - "fabricloader": ">=0.4.0", - "fabric": "*", - "libmultipart": "^0.2.0" + "minecraft": ">=1.16.1", + "fabricloader": ">=0.8.8", + "fabric": ">=0.14.0", + "libmultipart": ">=0.4.0" } }