We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c235e2a commit 287d6bcCopy full SHA for 287d6bc
README.md
@@ -105,6 +105,7 @@ It should work fine with most if not all mods and modpacks.
105
Known incompatibilities:
106
107
- OptiFabric / OptiFine
108
+- VulkanMod
109
- Most closed source "clients" like LunarClient and LabyMod
110
111
If you encounter any issues, please report them on the [Issue Tracker](https://github.com/RaphiMC/ImmediatelyFast/issues).
fabric/src/main/resources/fabric.mod.json
@@ -27,12 +27,9 @@
27
"recommends": {
28
"sodium": "*"
29
},
30
- "conflicts": {
31
- "slight-gui-modifications": "*",
32
- "vulkanmod": "*"
33
- },
34
"breaks": {
35
"optifabric": "*",
+ "vulkanmod": "*",
36
"memoryleakfix": "<=1.1.1"
37
38
"custom": {
0 commit comments