From d61a3c0b514238e5e8c611deff513f1ce834cdee Mon Sep 17 00:00:00 2001 From: Yedel <158670400+Yedelo@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:18:26 -0400 Subject: [PATCH 1/2] Update fabric loader dependency version to >=0.19.2 --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c63359f6c..50da28328 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -24,7 +24,7 @@ "fabric-screen-api-v1": "*", "fabric-key-mapping-api-v1": "*", "fabric-lifecycle-events-v1": "*", - "fabricloader": ">=0.17.2", + "fabricloader": ">=0.19.2", "minecraft": ">=26.2-" }, "authors": [ @@ -116,4 +116,4 @@ } } } -} \ No newline at end of file +} From bc7c083145019d8d25a37f3495d6f018a70be8be Mon Sep 17 00:00:00 2001 From: Jab125 <67534807+Jab125@users.noreply.github.com> Date: Tue, 23 Jun 2026 14:30:26 +1000 Subject: [PATCH 2/2] 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 50da28328..ca89912c4 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -116,4 +116,4 @@ } } } -} +} \ No newline at end of file