All versions
0.5.2+24w40a
Beta
fzzy_config-0.5.2+24w40a2 years ago 142
Compatibility
Minecraft: Java Edition
24w40a
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Additions
- Search field now has a tooltip and shows "Search" when the search query is empty
- Search also now has several modes, described in the tooltip. Search setting descriptions, negate searches, and more.
Changes
ValidatedEnumpopups now center the enum buttons on popups with very long enum names- Many internal refactors to further move away from referencing version specific MC code outside util classes
- Further implement Custom widgets and remove more vanilla widget references
Fixes
- Fixed number widgets sometimes freezing if their allowable range was low (<1.0)
- Fixed integer type slider left/right button incrementing on ranges <10 min to max
- Fixed search bar and done button moving strangely on resize
- Fixed setting entry tooltips appearing for entries "tucked" under the header or footer when hovered over
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fzzy_config-0.5.2+24w40a-sources.jar | Unknown | 374.74 KiB |
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:hYykXjDp:JHY2M7mc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hYykXjDp:JHY2M7mc"
}

