All versions
0.6.4+1.20.1+forge
Release
fzzy_config-0.6.4+1.20.1+forgelast year 90K
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
TextureProviderinterface for generic provision of textures based on active/hovered state. SingleandQuadvariants ofTextureSetadded for sets with one texture regardless of state, and sets with all four textures different, respectively.
Changes
TextureSetnow implements theTextureProviderinterfaceCustomPressableWidgetand thereforeCustomButtonWidgetnow useTextureProviderinstead of directlyTextureSetin their implementations.textureSetmethod ofSpriteDecoratedis now deprecated and defaulted, with a scheduled removal of 0.7.0.SpriteDecorationandSmallSpriteDecorationconstructors withTextureSetare likewise deprecated, with new overloads takingTextureProvider
- The texture sets in
TextureIdsare now explicitly typed asTextureProviderinstead. - Improved the lazy-loading and/or reduced duplicate loading of certain elements in lists and screens. This effort will expand in the future to further FCs goal of only ever loading a resource upon it being needed.
ValidatedChoiceListnow shows highlights around "unselected" options to better indicate that they are still active button elements.
Fixes
- Fixed
ValidatedChoiceListpopup widgets being too narrow for the popup with very short choice titles. - Remove stray dev-environment logging from
LayoutWidget
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fzzy_config-0.6.4+1.20.1+forge-sources.jar | Unknown | 554.71 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:TMe0GLXS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hYykXjDp:TMe0GLXS"
}


