From de32c5b1e8a3fbdbbfce10f0ddc0f83cb4fe62b9 Mon Sep 17 00:00:00 2001 From: core Date: Fri, 4 Aug 2023 22:05:18 -0400 Subject: [PATCH] decrease version requirement --- 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 9c341f6..48716ee 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -24,7 +24,7 @@ ], "depends": { - "fabricloader": ">=0.14.22", + "fabricloader": ">=0.14.21", "fabric-api": "*", "minecraft": "~1.19.2", "java": ">=17"