- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.4
- No elements found. Consider changing the search query.
- List is empty.
- Fixed config title not being centered when there is only a single tab
- Updated to Minecraft 1.21.9/1.21.10
- Headline and property names are now cut off properly when too long
- When headline or property names are overflowing, they are shown in full as a tooltip
- Improved keyboard navigation order so the widget always comes before the reset button
- Removed
@Deprecated from Config.createScreen
- Fixed crash when providing no placeholder to an edit box (#1)
- Removed mixin debug export in EditBoxWidgetAccessor
- Added
Config#scheduleSave method
- Added
saveIfDirty method to config
- Allow minecraft versions >=1.21.7
- Added
PropertyBuilder.buildWithoutWidget()
- Updated to Minecraft 1.21.6
- Fixed fabric loader requirement for real this time
- Lowered fabric loader requirement
- Added javadocs to all api methods
- The placeholder for text widgets is now provided as a
Text instead of String
- A default placeholder can now be configured without parameters
- The message for a validator is now provided as a
Text instead of String
- The placeholder for text widgets is now provided as a
Text instead of String
- The message for a validator is now provided as a
Text instead of String
- The name of a property is now rendered in italics if the value was changed and is not saved
- Added a reset button to properties in the config screen
- Fixed ListPropertyBuilder returning an implementation type instead of API interface
- Added mod icon
- Added readme
- Added serializer builders
- Pre-load and pre-write middleware can now be added