From f6f24ae89fae53431bb547caee802db1febb3f42 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Fri, 9 Aug 2024 14:09:32 -0400 Subject: README and IF conflict update --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index bf329016..52c88962 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -41,7 +41,7 @@ "java": ">=21" }, "conflicts": { - "immediatelyfast": "<=1.2.18+1.21" + "immediatelyfast": "<=1.2.19+1.21.1" }, "breaks": { "forcecloseworldloadingscreen": "<=2.2.0" -- cgit