Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 805 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 805 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>-<mappings>:<version>")))
}

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