Skip to content

Commit

Permalink
Prevent NotEnoughCrashes from being used with Sodium
Browse files Browse the repository at this point in the history
Their mod breaks the startup process by trying to force the game to
render an error screen when Sodium has failed to initialize.
  • Loading branch information
jellysquid3 committed Jul 22, 2023
1 parent 86d345a commit 29c48cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"breaks": {
"optifabric": "*",
"canvas": "*"
"canvas": "*",
"notenoughcrashes": "*"
}
}

0 comments on commit 29c48cb

Please sign in to comment.