From 67752ec81876512e63d381033240bc037af93e2d Mon Sep 17 00:00:00 2001 From: inyourwalls Date: Mon, 19 Feb 2024 20:31:37 -0500 Subject: restrict loading to 1.20.1 --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 64444f6..e8a36f6 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,6 +27,6 @@ "depends": { "fabricloader": ">=0.14.22", "java": ">=17", - "minecraft": "~1.20.1" + "minecraft": "1.20.1" } } -- cgit v1.3.1