From 685c5f1cea26028d65fb455936d196dba6f9c86f Mon Sep 17 00:00:00 2001 From: Dqu1J Date: Tue, 2 Aug 2022 03:56:58 +0300 Subject: [PATCH] bump mod version --- 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 f8c5c5d..e223ba5 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -37,7 +37,7 @@ ], "depends": { "fabricloader": ">=0.14.4", - "minecraft": ">=1.19", + "minecraft": ">=1.19.1", "fabric": "*", "java": ">=17" },