From 1af6604dfbcae30190683cf26230a184a25e7410 Mon Sep 17 00:00:00 2001 From: SHsuperCM Date: Sat, 25 Mar 2023 09:21:24 +0300 Subject: v1.1.3 (1.19.4) --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 66bd512..96d8759 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -23,7 +23,7 @@ "depends": { "fabric": "*", "fabricloader": "*", - "minecraft": "~1.19.3" + "minecraft": "~1.19.4" }, "recommends": { "modmenu": "*", -- cgit