diff options
Diffstat (limited to 'fabric/build.gradle')
-rw-r--r-- | fabric/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fabric/build.gradle b/fabric/build.gradle index df68863..ae6e01f 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -24,7 +24,8 @@ dependencies { modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" modImplementation 'com.terraformersmc:modmenu:8.0.0' modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - modApi("me.shedaniel.cloth:cloth-config-fabric:12.0.109") { + + modApi("me.shedaniel.cloth:cloth-config-fabric:12.0.111") { exclude(group: "net.fabricmc.fabric-api") } } |