promotional bannermobile promotional banner

MaLiLib API

API for MaLiLib designed to make configs easier.

File Details

1.21.11 0.5.0+1.21.11

  • R
  • Feb 26, 2026
  • 138.40 KB
  • 10.0K
  • 1.21.11
  • Fabric

File Name

malilib-api-0.5.0+1.21.11.jar

Supported Versions

  • 1.21.11

Curse Maven Snippet

Fabric

modImplementation "curse.maven:malilib-api-1471872:7680714"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

0.5.0 changelog

Note: Internally, a lot of things changed. I expect a lot of bugs to arise. Please report them here

Users

  • 1.14.X support!
    • MaLiLib API now supports all major versions of fabric!
  • Fix ConfigCycle crashes related to the value not being set

Mod developers

Note: breaking!

  • Now prints what mods get registered, and which mod has already been registered
  • Remove KeybindSettings arguments for ConfigHotkeyPlus and ConfigBooleanHotkeyedPlus
    • Now, use .setSettings()
      • Or, even better, use new ConfigHotkeyPlus("Name").setContext(Context.ANY) instead of new ConfigHotkeyPlus("Name").setSettings(KeybindSettings.ANY).
  • Separate annotation processor branch from main branch