Changelog
YetAnotherConfigLib 3.0 Beta 5
API Changes
OptionDescription.Builder#description
has been renamed totext
, to make it more clear as it used to look like:.description(OptionDescription.createBuilder() .description(Component.literal("This is some text")) .build())
ListOption.createBuilder
now no longer takes a class parameter, to match withOption
. This means you can no longer doListOption.createBuilder(String.class)
, instead you should doListOption.<String>createBuilder()
.
Bug Fixes
- Fixed option list entries sometimes appearing on top of the navbar.
Files
yet-another-config-lib-fabric-3.0.0-beta.5+1.20.jar(271.34 KiB) Primary
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
BetaVersion number
3.0.0-beta.5+1.20-fabricLoaders
FabricQuilt
Game versions
1.20-pre2Downloads
63Publication date
May 29, 2023 at 6:20 AMPublisher
isxander
Owner