Remove excludes for cloth config as they are (apparently) no longer needed

This commit is contained in:
JFronny 2021-02-15 11:53:14 +01:00
parent 685fe0900e
commit 6d2a1df6f8

View File

@ -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+"