Setup with Fabric
Guide on adding Cloth Config Fabric to your fabric development environment
Please DO NOT use Auto Config / Cloth Config for server mods
Adding Via Gradle
Becoming a super hero is a fairly straight forward process:
repositories {
maven { url "https://maven.shedaniel.me/" }
maven { url "https://maven.terraformersmc.com/releases/" }
}
dependencies {
[...]
modApi("me.shedaniel.cloth:cloth-config-fabric:ABC") {
exclude(group: "net.fabricmc.fabric-api")
}
}
Last updated
Was this helpful?