From da625c7c16186bfbe4901013d67cb2301d277cf9 Mon Sep 17 00:00:00 2001 From: inyourwalls Date: Tue, 23 Apr 2024 15:21:53 -0400 Subject: prevent loading below 1.20.5 --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 4d6a5aa..4da63f8 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.2" + "minecraft": "~1.20.5" } } -- cgit v1.3.1