소스 검색

Remove incorrect dependency on fabric API

malte0811 3 년 전
부모
커밋
cea905ee89
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      fabric/src/main/resources/fabric.mod.json

+ 1 - 2
fabric/src/main/resources/fabric.mod.json

@@ -22,8 +22,7 @@
   },
   "depends": {
     "fabricloader": ">=0.7.4",
-    "fabric": "*",
-    "minecraft": ">=1.16.4"
+    "minecraft": ">=1.16.5"
   },
   "mixins": [
     "ferritecore.blockstatecache.mixin.json",