Browse Source

Remove incorrect dependency on fabric API

malte0811 3 years ago
parent
commit
cea905ee89
1 changed files with 1 additions and 2 deletions
  1. 1 2
      fabric/src/main/resources/fabric.mod.json

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

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