From 7912b0e3276ad039c8a0d69061171ddf79d02d5e Mon Sep 17 00:00:00 2001 From: ishland Date: Thu, 5 Aug 2021 22:58:40 +0800 Subject: [PATCH] Do not allow 1.17 --- src/main/resources/fabric.mod.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 4cb7cea..19fd4b5 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -10,5 +10,8 @@ "version": "$version", "mixins": [ "mixins.bbor.json" - ] + ], + "depends": { + "minecraft": ">=1.17.1" + } } -- 2.44.0