Преглед изворни кода

Mark OptiFabric as incompatible (#203)

shedaniel пре 3 година
родитељ
комит
a788a4fe44
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      fabric/src/main/resources/fabric.mod.json

+ 3 - 0
fabric/src/main/resources/fabric.mod.json

@@ -39,6 +39,9 @@
     "fabricloader": ">=0.13.0",
     "fabric": ">=0.34.2"
   },
+  "breaks": {
+    "optifabric": "*"
+  },
   "custom": {
     "modmenu:api": true
   }