Browse Source

Fix README dependency type

Lortseam 4 years ago
parent
commit
86a58c3c88
1 changed files with 1 additions and 1 deletions
  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