From 1671f5740a396455466e41129f02963c34f1ca8a Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 13 Feb 2021 22:54:56 +0800 Subject: Mark Cloth Config as required Signed-off-by: shedaniel --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index da29082e1..a4465707c 100755 --- a/build.gradle +++ b/build.gradle @@ -221,9 +221,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" -- cgit