From b408672b211355454d3f2c94978bace62a381b2f Mon Sep 17 00:00:00 2001 From: yurisuika Date: Wed, 10 Jan 2024 09:35:07 -0800 Subject: [PATCH] 1.20.5 snapshots not compatible --- 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 75918214..3b0cc9c6 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -33,7 +33,7 @@ "depends": { "fabricloader": ">=0.14.21", - "minecraft": ">=1.20.2", + "minecraft": ">=1.20.2 <=1.20.4", "java": ">=17" } } \ No newline at end of file