From 6023f2f7a9a0d6e057019043d8a924355855860a Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 21 Apr 2024 15:10:19 +0100 Subject: [PATCH] Declare incompatibility with SeedCrackerX --- 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 e5d2560a5..91511a01b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -31,6 +31,9 @@ "fabric-api": "*", "clientarguments": ">=1.3.0" }, + "breaks": { + "seedcrackerx": "*" + }, "mixins": [ "mixins.clientcommands.json" ],