Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed LGPL-3.0-or-later
Published 2 years ago
Updated 3 weeks ago
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
Metadata
Release channel
BetaVersion number
3.0.0-beta.5+1.20-fabricLoaders
Game versions
1.20-pre2Downloads
63Publication date
May 29, 2023 at 6:20 AMPublisher
isxander
Owner