소스 검색

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 년 전
부모
커밋
34d698e5e8
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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",