From 9c8af70fe219bfb91ada4776ff928a5857116585 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Sun, 4 Feb 2024 12:52:40 -0500 Subject: Update IF conflict (#529) * Update IF conflict * Update conflict for new IF version --- 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 72ffc8a5..461d5223 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -39,7 +39,7 @@ "minecraft": "~1.20.3" }, "conflicts": { - "immediatelyfast": "<=1.1.26+1.20.1" + "immediatelyfast": "<=1.2.10+1.20.4" }, "custom": { "modmenu": { -- cgit