ModsJava
SpaceServe Config
Simple, Kotlin centric, config api. Free Minecraft Java mod for 1.17.
⬇ Download on ModrinthSpaceServe Config API
A super simple to use api that uses kotlinx serialization and Kotlin data classes. Simply make a data class that
implements IConfigure, and all the necessary methods are right there for you. Saving, loading, and resetting the
config are simple and documented method calls. Custom serializers are available for Minecraft's complex types; currently
available are: Block, Enchantment, Identifier, Item, Text
Add to your project
repositories {
maven {
name = "Modrinth"
url = uri("https://api.modrinth.com/maven")
}
}
dependencies {
// Config
modImplementation("maven.modrinth:config:0.1.1")
include("maven.modrinth:config:0.1.1")
}
Verified by MCModsHub
- Ships as config-0.2.0.jar — drop this file into the mods folder
- Download size: 54 KB
- Download link checked 5 Sept 2026 — working
These come from our own check of the pack file, not from the source page.