diff options
| author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2025-06-27 15:49:48 -0400 |
|---|---|---|
| committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2025-06-27 15:49:48 -0400 |
| commit | 1ca7228952213dc13bad052a1b901a1a793550ea (patch) | |
| tree | a647edb434e9c153802dfe0f0318d2b155b2838d /src/main | |
| parent | 8c905f6b955d17db5b27e3643fefeeaf1d1f2b85 (diff) | |
| download | Skyblocker-1ca7228952213dc13bad052a1b901a1a793550ea.tar.gz Skyblocker-1ca7228952213dc13bad052a1b901a1a793550ea.tar.bz2 Skyblocker-1ca7228952213dc13bad052a1b901a1a793550ea.zip | |
The roles have reversed
Diffstat (limited to 'src/main')
| -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 31477e6c..33e747fd 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -48,7 +48,7 @@ "java": ">=21" }, "conflicts": { - "immediatelyfast": "*" + "iris": "*" }, "breaks": { "forcecloseworldloadingscreen": "<=2.2.0", |
