Skip to content

Commit 287d6bc

Browse files
committed
Added VulkanMod to the list of incompatible mods
1 parent c235e2a commit 287d6bc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ It should work fine with most if not all mods and modpacks.
105105
Known incompatibilities:
106106

107107
- OptiFabric / OptiFine
108+
- VulkanMod
108109
- Most closed source "clients" like LunarClient and LabyMod
109110

110111
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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,9 @@
2727
"recommends": {
2828
"sodium": "*"
2929
},
30-
"conflicts": {
31-
"slight-gui-modifications": "*",
32-
"vulkanmod": "*"
33-
},
3430
"breaks": {
3531
"optifabric": "*",
32+
"vulkanmod": "*",
3633
"memoryleakfix": "<=1.1.1"
3734
},
3835
"custom": {

0 commit comments

Comments
 (0)