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
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
KeybindSettingsarguments forConfigHotkeyPlusandConfigBooleanHotkeyedPlus- Now, use
.setSettings()- Or, even better, use
new ConfigHotkeyPlus("Name").setContext(Context.ANY)instead ofnew ConfigHotkeyPlus("Name").setSettings(KeybindSettings.ANY).
- Or, even better, use
- Now, use
- Separate annotation processor branch from main branch

