Compatibility
Minecraft: Java Edition
1.21.3–1.21.11
1.21–1.21.1
1.20.4–1.20.6
1.20–1.20.2
1.19.2–1.19.4
Platforms
Supported environments
Details
Licensed MIT
Published 3 years ago
Updated 6 days ago
Changelog
- Update to 1.21
- Added search bar to the config screen
- This also has support for
colorvscolourandgrayvsgrey.
- This also has support for
Technical Changes
- Removed methods buttons, these caused issues as methods did not retain order so they needed targets.
- Instead you can not use the annotation on a runnable field and it will be a button and you wont need a target.
- Multiple new options have been added:
@Colorthis is a simple color selector with a live preview, it allows setting defaults colors and if alpha is allowed.@Selectthis is for enum arrays, it allows for multi-select lists.@Draggablethis is also for enum arrays, it allows for draggable lists, it also allows for a provided list of values that are duplicate.- Additionally, with this you can provide a
@Rangeannotation to determine the upper and lower bounds of the draggable list size.
- Additionally, with this you can provide a
@Keybindthis is for keybinds, it allows for a keybind to be set.- This is useful for when a keybind is too specific for the Minecraft keybinds screen.
@SearchTermthis goes along with the newly added search bar, it allows for additional search terms to be added to an option.
- With the new search bar, when you get a config screen you can provide a function to get terms from a string, this is useful if you want to auto translate the search terms.
- This version also adds a new parameter to the registration of configs which allows "fixing", this is a datafixer of sorts.
- Additionally, the config annotation now has a
versionparameter.
- Additionally, the config annotation now has a
- Added
Observablewhich is a type that can wrap any non object type and will allow for listening to changes.- This is useful if you dont want to check right away, or you need to do post-processing.
- Enums are now allowed in arrays
- Certain values that are displayed like enums can now implement
Translatable, this will also check forStringRepresentableif it has it else it will usetoString. - Additional config class parsers have been added, this is for other languages like Kotlin can be supported, with Kotlin already in the works.
Files
Metadata
Release channel
ReleaseVersion number
3.0.0Loaders
Game versions
1.21Downloads
954Publication date
June 14, 2024 at 5:22 AMPublisher
epic_oreo
Co-Owner



