Преглед на файлове

Mark Cloth Config as required

Signed-off-by: shedaniel <daniel@shedaniel.me>
shedaniel преди 4 години
родител
ревизия
3639207779
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      build.gradle

+ 1 - 2
build.gradle

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