File Details
konfig-neoforge-0.5.0+26.2
- R
- Jun 23, 2026
- 562.33 KB
- 990
- 26.2
- NeoForge
File Name
konfig-neoforge-0.5.0+26.2.jar
Supported Versions
- 26.2
Curse Maven Snippet
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
See the full changelog at https://github.com/iamkaf/konfig
0.5.0
Added
- Added dropdown config values with
ConfigBuilder.dropdown(...)for settings with a fixed list of string options.- Dropdown option labels can be translated with
konfig.value.<modid>.<config>.<path>.<option>language keys. - Dropdown menus support mouse selection, Escape/Enter/Tab, arrow-key navigation, and scrolling for long option lists.
- Dropdown option labels can be translated with
Fixed
- Legacy Forge config screens now preserve each config's declared setting order instead of sorting settings by path.
Types of changes
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.