diff --git a/build.gradle b/build.gradle index b78da24..e9f9bec 100644 --- a/build.gradle +++ b/build.gradle @@ -44,12 +44,6 @@ dependencies { modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" modImplementation "net.fabricmc:fabric-language-kotlin:${project.fabric_kotlin_version}" - // Cloth Config - modApi("me.shedaniel.cloth:cloth-config-fabric:13.0.121") { - exclude(group: "net.fabricmc.fabric-api") - } - - // Mod Menu modImplementation("com.terraformersmc:modmenu:9.0.0") } diff --git a/gradle.properties b/gradle.properties index c830d2a..26156f5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,5 +20,4 @@ archives_base_name=scify # Dependencies fabric_version=0.97.1+1.20.4 -cloth-config_version=13.0.121+fabric modmenu_version=9.0.0 \ No newline at end of file