Skip to content

Commit

Permalink
Added VulkanMod to the list of incompatible mods
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Jan 25, 2025
1 parent c235e2a commit 287d6bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ It should work fine with most if not all mods and modpacks.
Known incompatibilities:

- OptiFabric / OptiFine
- VulkanMod
- Most closed source "clients" like LunarClient and LabyMod

If you encounter any issues, please report them on the [Issue Tracker](https://github.com/RaphiMC/ImmediatelyFast/issues).
Expand Down
5 changes: 1 addition & 4 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@
"recommends": {
"sodium": "*"
},
"conflicts": {
"slight-gui-modifications": "*",
"vulkanmod": "*"
},
"breaks": {
"optifabric": "*",
"vulkanmod": "*",
"memoryleakfix": "<=1.1.1"
},
"custom": {
Expand Down

0 comments on commit 287d6bc

Please sign in to comment.