Tags
Creators
Details
Licensed MIT
Published last week
Updated yesterday
All versions
1.1-fabric+26.1
Release
Simple Config Lib Fabric 26.1 v1.1yesterday 0
Compatibility
Minecraft: Java Edition
26.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Changes
- Fix server crash (client classes separated from main)
- Before overwriting corrupted values, create a backup of the original config file
- Selecting a list item is done with the right mouse button
- Add the ability to deselect list items
- When opening the settings screen, reload the configuration from disk so that up-to-date values are displayed without having to reopen the screen
- Render the open color picker above other widgets on 1.20–1.21.5
- Preserve the dragged hue on achromatic colors so the SV square updates instead of resetting hue to 0 via the text box round-trip
- Add an option to close classes within lists on the configuration screen by default
- Change so that classes are now open within the list on the configuration screen by default
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:PY2YT7QI:pweK99MZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PY2YT7QI:pweK99MZ"
}

