From cd5b7714d63e8113bd11f91fe7f7546310c1e56e Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 12 Dec 2023 12:59:13 -0500 Subject: [PATCH] chore: specify mc 1.20.4 in depends --- 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 061f5af..fd56d00 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -23,7 +23,7 @@ "depends": { "fabricloader": ">=0.14.6", "fabric": "*", - "minecraft": "1.20.*", + "minecraft": "1.20.4", "java": ">=17" } }