From 48924e3364a77de5fb9a9826ea21089735dfb63c Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Fri, 9 Jun 2023 12:46:08 -0400 Subject: [PATCH] Allow DashLoader 5 on 1.19.4+ --- fabric/src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index f1518b24..1605d251 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -37,6 +37,6 @@ "minecraft": ">=1.16.2" }, "breaks": { - "dashloader": "*" + "dashloader": "<5.0.0-beta.1" } }