diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-03-28 17:05:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-28 17:05:37 -0400 |
commit | 9b3afe24c2bc7e9eba7ef70184fd961647a58d79 (patch) | |
tree | 57cebd92924ac33821f3865ee9480a0769623fa8 /src/main | |
parent | 6607be3aa61985038cf7833ae57b73fe936cf8ce (diff) | |
download | Skyblocker-9b3afe24c2bc7e9eba7ef70184fd961647a58d79.tar.gz Skyblocker-9b3afe24c2bc7e9eba7ef70184fd961647a58d79.tar.bz2 Skyblocker-9b3afe24c2bc7e9eba7ef70184fd961647a58d79.zip |
Update fabric.mod.json (#620)
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 ee93e5b5..3f365b90 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.2.10+1.20.4" + "immediatelyfast": "<=1.2.11+1.20.4" }, "breaks": { "forcecloseworldloadingscreen": "<=2.2.0" |