Browse Source

Fix: Explicitly mark as incompatible with Hydrogen, closes #58
Hydrogen will never actually be released on 1.18+, but users keep trying to use GH actions builds and similar

malte0811 3 years ago
parent
commit
34d698e5e8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      fabric/src/main/resources/fabric.mod.json

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

@@ -24,6 +24,9 @@
     "fabricloader": ">=0.12.11",
     "minecraft": ">=1.18.1 <1.19"
   },
+  "breaks": {
+    "hydrogen": "*"
+  },
   "mixins": [
     "ferritecore.blockstatecache.mixin.json",
     "ferritecore.dedupmultipart.mixin.json",