Explorar o 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 %!s(int64=3) %!d(string=hai) anos
pai
achega
34d698e5e8
Modificáronse 1 ficheiros con 3 adicións e 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",