From 9b3afe24c2bc7e9eba7ef70184fd961647a58d79 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Thu, 28 Mar 2024 17:05:37 -0400 Subject: Update fabric.mod.json (#620) --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index ee93e5b5..3f365b90 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.2.10+1.20.4" + "immediatelyfast": "<=1.2.11+1.20.4" }, "breaks": { "forcecloseworldloadingscreen": "<=2.2.0" -- cgit