diff --git a/build.gradle b/build.gradle index edfd983..97b3fd1 100644 --- a/build.gradle +++ b/build.gradle @@ -12,8 +12,6 @@ repositories { } dependencies { - // TODO: Add cloth config as a jar-in-jar mod - // To change the versions see the gradle.properties file minecraft "com.mojang:minecraft:${project.minecraft_version}" mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" @@ -25,6 +23,10 @@ dependencies { modApi("me.shedaniel.cloth:cloth-config-fabric:7.0.65") { exclude(group: "net.fabricmc.fabric-api") } + + include("me.shedaniel.cloth:cloth-config-fabric:7.0.65") { + exclude(group: "net.fabricmc.fabric-api") + } } processResources {