From db37ae1aa3e1e78b792e4e4d413a6020b00ca150 Mon Sep 17 00:00:00 2001 From: MeeniMc <68366846+MeeniMc@users.noreply.github.com> Date: Thu, 15 Jul 2021 14:46:07 -0400 Subject: [PATCH] Hydrogen is incompatible with Optifine/Optifabric; make this combo illegal. (#45) Co-authored-by: JellySquid --- src/main/resources/fabric.mod.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8531064..11fd947 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,5 +29,8 @@ "fabricloader": ">=0.11.0", "fabric-resource-loader-v0": ">=0.4", "minecraft": ["1.17", "1.17.1"] + }, + "breaks": { + "optifabric": "*" } }