From f4a11a9172f115e4b019e540acf6e2d4a73122ef Mon Sep 17 00:00:00 2001 From: Enaium <32991121+Enaium@users.noreply.github.com> Date: Tue, 23 Jun 2020 19:13:43 -0500 Subject: [PATCH] Update src/main/resources/fabric.mod.json Co-authored-by: i509VCB --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 3762966..a422cc1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,7 +27,7 @@ ], "depends": { - "fabricloader": ">=0.7.4", + "fabricloader": ">=0.8.8", "fabric": "*", "minecraft": "1.16.x" },