diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-02-04 12:52:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-04 12:52:40 -0500 |
commit | 9c8af70fe219bfb91ada4776ff928a5857116585 (patch) | |
tree | a400ee6e623593608e949f15723bb4b571892b6d /src | |
parent | 0d4f91674e926d502b4db4e997a2b8108e7fddda (diff) | |
download | Skyblocker-9c8af70fe219bfb91ada4776ff928a5857116585.tar.gz Skyblocker-9c8af70fe219bfb91ada4776ff928a5857116585.tar.bz2 Skyblocker-9c8af70fe219bfb91ada4776ff928a5857116585.zip |
Update IF conflict (#529)
* Update IF conflict
* Update conflict for new IF version
Diffstat (limited to 'src')
-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 72ffc8a5..461d5223 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.1.26+1.20.1" + "immediatelyfast": "<=1.2.10+1.20.4" }, "custom": { "modmenu": { |