Setup with Forge

Guide on adding Cloth Config Forge 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:

build.gradle
repositories {
    maven { url "https://maven.shedaniel.me/" }
}

dependencies {
    [...]
    api(fg.deobf("me.shedaniel.cloth:cloth-config-forge:ABC"))
}
circle-info

Replace ABC with the version of Cloth Config desired, the versions of Cloth Config can be found at Linkie Webarrow-up-right.

Last updated