Explorar el Código

Remove incorrect dependency on fabric API

malte0811 hace 3 años
padre
commit
cea905ee89
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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",