Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 736 Bytes

File metadata and controls

23 lines (18 loc) · 736 Bytes

Configurable

Decentralised Config System

Modrinth CurseForge

See the wiki for usage

Gradle

repositories {
    maven { url = "https://maven.bawnorton.com/releases" }
}
dependencies {
    modImplementation(annotationProcessor("com.bawnorton.configurable:configurable-<loader>:<version>")))
}

Replace <loader> with your loader (fabric/neoforge)
Replace <version> with the latest version