All versions
0.5.4+1.20.6+neoforge
Release
fzzy_config-0.5.4+1.20.6+neoforge2 years ago 50
Compatibility
Minecraft: Java Edition
1.20.5–1.20.6
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Additions
- new
ValdiatedConditionvalidation wrapper. Gate the wrapped value behind conditional checks added viawithConditionwhengetis called. If checks fail, a fallback will be supplied instead of the stored "live" value, and the setting will be locked in-GUI.- New methods
toConditioninValidatedFieldto convert one to a ValidatedCondition
- New methods
Text.isEmpty()andText.isNotEmpty()extension functions in FcTexttoLinebreakTextin FcText to convert a list of text into one text split by newlines
Changes
- Config settings with names that don't fit into the row (truncated with ellipses) will now have the full name appear in the tooltip
- Archived documentation versions below 0.4.0. If you need to reference a specific older version for some reason, feel free to contact me.
Fixes
- Translatable things now properly have their translations respected if they are wrapped with automatic validation.
- Fixed context menu (right click menu) showing under text in some cases
- Config entries ('rows') are better at compositing their tooltip information onto any native tooltip the containing widget wants to render.
- Improved narration of config entry tooltips; stacking action narrations after the tooltip narration as needed.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fzzy_config-0.5.4+1.20.6+neoforge-sources.jar | Unknown | 393.63 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:vONmgVwP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hYykXjDp:vONmgVwP"
}


