From 9b77d5e84840459147386a97b6cb847e8b0f4122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Tue, 4 Jun 2024 01:56:30 +0200 Subject: [PATCH] Update fabric.mod.json --- 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 d6b122e..121f08f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -35,7 +35,7 @@ ], "depends": { "fabricloader": ">=0.15.11", - "minecraft": "~1.20.1", + "minecraft": "~1.20.4", "java": ">=17", "fabric-api": "*" }