From 8ef1a282b3e041046dbcfea29427112de0a38f72 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sun, 27 Mar 2022 17:01:56 +0800 Subject: [PATCH] Fix #226 --- fabric/src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 6e94638b..d8bcb2a7 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -39,7 +39,7 @@ "fabric": ">=0.44.0" }, "breaks": { - "optifabric": "*" + "optifabric": "<1.13.0" }, "custom": { "modmenu:api": true