Browse Source

Remove incorrect dependency on fabric API

malte0811 3 năm trước cách đây
mục cha
commit
cea905ee89
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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",