소스 검색

Fix README dependency type

Lortseam 4 년 전
부모
커밋
86a58c3c88
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -24,7 +24,7 @@ dependencies {
 
     // This adds CompleteConfig and includes it in your mod's jar, so users don't have to install it
     // Replace Tag with the current version you can find above
-    modApi 'com.gitlab.Lortseam:completeconfig:Tag'
+    modImplementation 'com.gitlab.Lortseam:completeconfig:Tag'
     include 'com.gitlab.Lortseam:completeconfig:Tag'
     
     // This bundles Cloth Config in your mod's jar