Browse Source

Update fabric.mod.json

Lortseam 4 years ago
parent
commit
55801b81f6
1 changed files with 3 additions and 2 deletions
  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",
   "license": "Apache-2.0",
 
 
   "environment": "*",
   "environment": "*",
-  "entrypoints": {},
   "depends": {
   "depends": {
     "fabricloader": ">=0.9.0"
     "fabricloader": ">=0.9.0"
   },
   },
   "suggests": {
   "suggests": {
-    "cloth-config2": "*"
+    "cloth-config2": "*",
+    "confabricate": "*",
+    "cloth-basic-math": "*"
   }
   }
 }
 }