From 6d2a1df6f8227458fcdeff98778a2cc3a9d7abbf Mon Sep 17 00:00:00 2001 From: JFronny <33260128+jfronny@users.noreply.github.com> Date: Mon, 15 Feb 2021 11:53:14 +0100 Subject: [PATCH] Remove excludes for cloth config as they are (apparently) no longer needed --- build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index c5e72a8..925589b 100644 --- a/build.gradle +++ b/build.gradle @@ -32,10 +32,7 @@ dependencies { // You may need to force-disable transitiveness on them. modCompile("com.terraformersmc:modmenu:1.16.7") - include modApi("me.shedaniel.cloth:config-2:4.8.3") { - exclude(group: "net.fabricmc.fabric-api") - exclude(group: "io.github.prospector") - } + include modApi("me.shedaniel.cloth:config-2:4.8.3") modApi "io.github.cottonmc:LibCD:3.0.3+1.16.3" modCompile "grondag:frex-mc116:4.0+"