diff options
| author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-08-11 16:19:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-11 16:19:49 -0400 |
| commit | fde22a34a4eb8225394a502208e27404f70e056d (patch) | |
| tree | 825e5cd57cf4e1531672be5bace16eb98bbd3197 | |
| parent | f6f24ae89fae53431bb547caee802db1febb3f42 (diff) | |
| download | Skyblocker-fde22a34a4eb8225394a502208e27404f70e056d.tar.gz Skyblocker-fde22a34a4eb8225394a502208e27404f70e056d.tar.bz2 Skyblocker-fde22a34a4eb8225394a502208e27404f70e056d.zip | |
Make all IF versions conflict
The depth state corruption issue has been around for a long time and I have doubts about it being properly fixed anytime soon, I also don't want to keep playing a cat and mouse game of keeping this conflict version updated so I'm going to make all versions conflict and if/when IF does fix their stuff we can change it to a less than or equal to on the last broken version.
| -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" |
