Explorar el Código

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 hace 3 años
padre
commit
34d698e5e8
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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",