Ver código fonte

Mark Cloth Config as required

Signed-off-by: shedaniel <daniel@shedaniel.me>
shedaniel 4 anos atrás
pai
commit
3639207779
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      build.gradle

+ 1 - 2
build.gradle

@@ -216,9 +216,8 @@ curseforge {
             addGameVersion "Fabric"
             relations {
                 requiredDependency "fabric-api"
+                requiredDependency "cloth-config"
                 embeddedLibrary "cloth-api"
-                embeddedLibrary "cloth-config"
-                embeddedLibrary "auto-config-updated-api"
             }
             mainArtifact(file("${project.buildDir}/libs/${project.archivesBaseName}-${project.version}.jar")) {
                 displayName = "[Fabric $project.supported_version] v$project.version"