All versions
0.5.1+1.20.6+neoforge
Beta
fzzy_config-0.5.1+1.20.6+neoforge2 years ago 63
Compatibility
Minecraft: Java Edition
1.20.5–1.20.6
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Additions
- Added a decimal format to
ValidatedFloatandDouble; the values within will now be formatted like#.##, instead of showing the entire fractional part. - Added exception if a
ValidatedNumberis provided with a min >= max. - Added
Item,Block,EntityType, andFluidas types that can be automatically wrapped with validation without having to specify it yourself.
Changes
- Using
@Translationat the config-level will add the option to use the prefix itself as a lang key for the config title.
Fixes
- Fixed tooltip alert for the
RELOAD_RESOURCESaction on config-level alerts - Fixed
@Translationnot working for config sections - Inherited config classes fully work again
- Fixed mapped values not instancing themselves properly; which was breaking mapped lists, maps, and other collection views in the GUI.
- Restore config ordering from alphabetical to declared-order in the TOML outputs. Superclasses will appear after the direct class fields.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fzzy_config-0.5.1+1.20.6+neoforge-sources.jar | Unknown | 370.99 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:bcawvehq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hYykXjDp:bcawvehq"
}


