From 40fc0550c7441ed6966d8a0222b60485180f93e0 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Thu, 14 Mar 2024 20:28:01 -0400 Subject: Add breaks for force close world loading screen mod (#587) The fourth issue was the last straw. --- src/main/resources/fabric.mod.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 461d5223..c5d05fed 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -41,6 +41,9 @@ "conflicts": { "immediatelyfast": "<=1.2.10+1.20.4" }, + "breaks": { + "forcecloseworldloadingscreen": "<=2.2.0" + }, "custom": { "modmenu": { "links": { -- cgit