Skip to content

Compile/Runtime config library that allows decentralised settings in a mod

Notifications You must be signed in to change notification settings

Bawnorton/Configurable

Repository files navigation

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

About

Compile/Runtime config library that allows decentralised settings in a mod

Resources

Stars

Watchers

Forks

Packages

No packages published