Procházet zdrojové kódy

Fix README dependency type

Lortseam před 4 roky
rodič
revize
86a58c3c88
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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