From 29c48cbb6b23382eee63a70043f5dc56ba83cbd7 Mon Sep 17 00:00:00 2001 From: jellysquid3 Date: Fri, 21 Jul 2023 22:04:18 -0500 Subject: [PATCH] Prevent NotEnoughCrashes from being used with Sodium Their mod breaks the startup process by trying to force the game to render an error screen when Sodium has failed to initialize. --- src/main/resources/fabric.mod.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f6c5268b1c..d89aa15c06 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -37,6 +37,7 @@ }, "breaks": { "optifabric": "*", - "canvas": "*" + "canvas": "*", + "notenoughcrashes": "*" } }