The Config lib of AxolotlClient
repositories {
maven {
url "https://moehreag.duckdns.org/maven/releases"
}
}
dependencies {
// replace VERSION with the latest version available,
// check at https://moehreag.duckdns.org/maven/#/releases/io/github/axolotlclient/AxolotlClient-config
modImplementation include('io.github.axolotlclient:AxolotlClient-config:VERSION')
}
AxolotlClientConfigManager.registerConfig("yourmodsmodid", YourModsConfigClassInstance);