diff options
| -rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 52c88962..f7a2273c 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.19+1.21.1" + "immediatelyfast": "*" }, "breaks": { "forcecloseworldloadingscreen": "<=2.2.0" |
