Note
Quilt is not supported because the Quilt Loader contains these functions natively. you can think of AzusaConfig as a port of Quilt's Config system (quilt-config) to the Fabric/Forge/NeoForge.
repositories {
maven { url "https://api.modrinth.com/maven" }
}
dependencies {
modImplementation "maven.modrinth:azusaconfig:tag-modloadername"
}
This mod under Apache-2.0 License.
Quilt Loader part under Apache-2.0 License.
Forge's Entrypoints part from TT432/Cardinal-Components-API-Forge, under MIT License.