From 4500e87cd46b322d6dbebceafbe88999c66d82c6 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Thu, 26 Oct 2023 10:39:26 +0200 Subject: [PATCH] Hotfix fabric.mod.json for 1.20.2 --- 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 965cb0c..cd4c8db 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -17,6 +17,6 @@ ], "depends": { "fabricloader": ">=0.12.12", - "minecraft": "1.20.1=<*>=1.15.2" + "minecraft": "<=1.20.1 >=1.15.2" } }