Automatic GUI generation based on the layout and content of your config files. Screens are fully keyboard-navigable and narratable out of the box. Fully vetted and tested by a visually impaired member of the modding community. No need for screen builders or registration. ModMenu and Catalogue ...
Modifiers are designed to internalize their functionality, and can be called as one unit rather than piecemeal. Modifiers act via a "family tree" that allow for flavorful tiers. Think of a sword going from "Rusty" to "Shiny" to "Gleaming" etc. ...
//build.gradle.kts//version 0.4.3 or highervalfzzyConfigVersion:Stringby project//define this in your gradle.properties filemodImplementation("me.fzzyhmstrs:fzzy_config:$fzzyConfigVersion")//NOTE: underscore, not hyphen!//version 0.4.2 or lowervalfzzyConfigVersion:Stringby project//define this ...