diff options
author | Julienraptor01 <julienraptor01@gmail.com> | 2023-08-10 06:40:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-10 12:40:53 +0800 |
commit | ada74ef6b54168a1793c76bf3dd1c2c9d379c604 (patch) | |
tree | 7d64b48e2ff6dab8425cd0d6f3a5e49eb291c87a /src | |
parent | 23974aeb71251d5f62c709425fd6d1e182cb6d37 (diff) | |
download | Skyblocker-ada74ef6b54168a1793c76bf3dd1c2c9d379c604.tar.gz Skyblocker-ada74ef6b54168a1793c76bf3dd1c2c9d379c604.tar.bz2 Skyblocker-ada74ef6b54168a1793c76bf3dd1c2c9d379c604.zip |
Make IF a conflict (#237)
make sure people get a warning in log so that if they crash, they can see why
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/fabric.mod.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 71d9763e..596fe8cf 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -37,6 +37,9 @@ "cloth-config2": "*", "minecraft": "~1.20" }, + "conflicts": { + "immediatelyfast": "<=1.1.26+1.20.1" + }, "custom": { "modmenu": { "links": { |