From 1b4757399c6d6f7c13bdf1ff971c90e0f748740d Mon Sep 17 00:00:00 2001 From: Aleksey Date: Wed, 2 Dec 2020 15:43:06 +0300 Subject: [PATCH] Update fabric.mod.json --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 388a7e9c..91334346 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -39,7 +39,7 @@ "depends": { "fabricloader": ">=0.10.0", - "fabric": ">=0.24.3", - "minecraft": "1.16.x" + "fabric": ">=0.26.0", + "minecraft": ">=1.16.3" } }