Bläddra i källkod

Change "requires" -> "depends" in fabric.mod.json (#3)

It was changed in schemaVersion 1 / Loader 0.4.0 (see fabric-example-mod).
Juuxel 6 år sedan
förälder
incheckning
9e9e3838f8
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/main/resources/fabric.mod.json

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

@@ -20,11 +20,11 @@
       "me.shedaniel.clothconfig2.ClothConfigInitializer"
       "me.shedaniel.clothconfig2.ClothConfigInitializer"
     ]
     ]
   },
   },
-  "requires": {
+  "depends": {
     "fabricloader": ">=0.4.0"
     "fabricloader": ">=0.4.0"
   },
   },
   "custom": {
   "custom": {
     "modmenu:api": true,
     "modmenu:api": true,
     "modmenu:clientsideOnly": true
     "modmenu:clientsideOnly": true
   }
   }
-}
+}