Konfig

Ergonomic multiloader configuration library with sync support.

File Details

konfig-neoforge-0.5.0+26.1.2

  • R
  • Jun 23, 2026
  • 562.34 KB
  • 264
  • 26.1.2
  • NeoForge

File Name

konfig-neoforge-0.5.0+26.1.2.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:konfig-1479633:8308818"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.

Fixed

  • Legacy Forge config screens now preserve each config's declared setting order instead of sorting settings by path.

Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.