diff --git a/build.gradle b/build.gradle index 0c76fb4..b564009 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ dependencies { // Fabric API. This is technically optional, but you probably want it anyway. modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - include modApi("me.shedaniel.cloth:cloth-config-fabric:14.0.125") { + include modApi("me.shedaniel.cloth:cloth-config-fabric:15.0.127") { exclude(group: "net.fabricmc.fabric-api") }