Explorar el Código

Fix README dependency type

Lortseam hace 4 años
padre
commit
86a58c3c88
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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