From 2fa831d6d90fadf67e81fcd4c11cc9b19074f911 Mon Sep 17 00:00:00 2001 From: Semmieboy YT <58337334+SemmieboyYT@users.noreply.github.com> Date: Tue, 7 Jun 2022 18:28:53 +0200 Subject: [PATCH] Included cloth config --- build.gradle | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 {