Forráskód Böngészése

Update fabric.mod.json

Lortseam 4 éve
szülő
commit
55801b81f6
1 módosított fájl, 3 hozzáadás és 2 törlés
  1. 3 2
      src/main/resources/fabric.mod.json

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

@@ -17,11 +17,12 @@
   "license": "Apache-2.0",
 
   "environment": "*",
-  "entrypoints": {},
   "depends": {
     "fabricloader": ">=0.9.0"
   },
   "suggests": {
-    "cloth-config2": "*"
+    "cloth-config2": "*",
+    "confabricate": "*",
+    "cloth-basic-math": "*"
   }
 }