From 5ee986bb364e1693265c0b57b17b4327f0c8d187 Mon Sep 17 00:00:00 2001 From: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> Date: Tue, 4 Feb 2025 14:14:54 -0500 Subject: Breaks skyblockmod 1.10.7 and lower --- src/main/resources/fabric.mod.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 431e0605..162c3797 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -54,7 +54,8 @@ "immediatelyfast": "*" }, "breaks": { - "forcecloseworldloadingscreen": "<=2.2.0" + "forcecloseworldloadingscreen": "<=2.2.0", + "skyblockmod": "<=1.10.7" }, "custom": { "modmenu": { -- cgit