diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 3749e36..8a721e1 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -1,7 +1,9 @@ architectury { common(); injectInjectables = false } dependencies { modImplementation("net.fabricmc:fabric-loader:${rootProject.property("fabric_loader_version")}") - implementation("me.shedaniel.cloth:cloth-config:${rootProject.property("clothconfig_version")}") + implementation("me.shedaniel.cloth:cloth-config:${rootProject.property("clothconfig_version")}") { + exclude(module = "fabric-api") + } } tasks.getByName("shrinkJar").enabled = false