All versions
0.6.3+1.20.1+forge
Release
fzzy_config-0.6.3+1.20.1+forgelast year 6,961
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
Reminder of breaking changes in 0.6.x
ValidatedEntityAttributeis removedCustom[Widgets]are moved from the internal widget package to the custom package- Several widgets and other classes have been deleted
PopupWidgethas many deprecations, and probably at least one breaking change despite my best efforts- As of 0.6.3,
ActiveButtonWidgetis unused and deprecated, marked for removal by 0.7.0 - As of 0.6.3,
TextlessActionWidgetis unused and deprecated, marked for removal by 0.7.0 - Possibly more, I didn't take great notes
Registrar is still marked experimental with anticipated stability by 0.7.0
As of 0.6.0, 1.20.4 and 1.20.6 will no longer be receiving active updates.
Additions
- new validation
ValidatedChoiceList. Similar toValidatedChoice, but the list version allows for enabling/disabling of none to all of the possible options while the Choice is one and always one of the choices from the options.- New
toChoiceSethelper method inValidatedList,ValidatedSet, andValidatedChoicefor creation of choice lists from the backing validation.
- New
- Added
testVersionmethod toPlatformApifor platform-agnostic testing of MC or mod version CustomButtonWidgetnow accepts anactiveSupplierto dynamically update active state, and amessageSupplierto dynamically update the button label. See the builder for details.
Changes
@Validated[Number].Restrictannotations now accept an optionalValidatedNumber.WidgetTypewith the new third paramtype- Reimplemented all instances of
ActiveButtonWidgetas built or extended-fromCustomButtonWidget, and ActiveButtonWidget is now deprecated. - Reimplemented all instances of
TextlessActionWidgetas builtCustomButtonWidget, and TextlessActionWidget is now deprecated.
Fixes
- Fixed suggestion windows not being properly linked up in the config screen.
- Several popups, widgets, and so on have better layout and positioning; fixed several weird overlap and underlap issues among other things.
- Top and bottom of scrollable lists now position better.
- Fixed searching leading to entries "hiding" above the top of the viewport, needing you to scroll up to find them despite not having a scroll bar potentially
- Group collapsing now properly positions the bottom of the setting list at the bottom of the list viewport when applicable
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fzzy_config-0.6.3+1.20.1+forge-sources.jar | Unknown | 551.68 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:UnPCA534"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hYykXjDp:UnPCA534"
}


