From a7a1e20750f892afe0bbf8cc84ecbd05f8183c77 Mon Sep 17 00:00:00 2001 From: Semmieboy YT <58337334+SemmieboyYT@users.noreply.github.com> Date: Tue, 7 Jun 2022 18:47:17 +0200 Subject: [PATCH] Made the mod compatible with possible future 1.19 versions --- 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 831046d..a2fa5f4 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,7 +26,7 @@ ], "depends": { "fabric": "*", - "minecraft": ">=1.19-beta.5 <=1.19", + "minecraft": ">=1.19-beta.5 <=1.19.10", "modmenu": "*" } }