diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-03-14 20:28:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 20:28:01 -0400 |
commit | 40fc0550c7441ed6966d8a0222b60485180f93e0 (patch) | |
tree | d20423c6520817c29edde12516eb8e0907d19c6d /src/main/resources | |
parent | 6161eeddbcd186e7ac67e5b32d9f67cfadf1a956 (diff) | |
download | Skyblocker-40fc0550c7441ed6966d8a0222b60485180f93e0.tar.gz Skyblocker-40fc0550c7441ed6966d8a0222b60485180f93e0.tar.bz2 Skyblocker-40fc0550c7441ed6966d8a0222b60485180f93e0.zip |
Add breaks for force close world loading screen mod (#587)
The fourth issue was the last straw.
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 3 |
1 files changed, 3 insertions, 0 deletions
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": { |