소스 검색

Update fabric.mod.json

Lortseam 4 년 전
부모
커밋
55801b81f6
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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": "*"
   }
 }