Setup with Forge
Guide on adding Cloth Config Forge to your fabric development environment
Adding Via Gradle
repositories {
maven { url "https://maven.shedaniel.me/" }
}
dependencies {
[...]
api(fg.deobf("me.shedaniel.cloth:cloth-config-forge:ABC"))
}Last updated