- Add a new variant of the
RenderUtils.renderMapPreview()method- This is required for MiniHUD
0.30.2+and Tweakeroo0.19.2+
- This is required for MiniHUD
Original build time: 2024-02-10 20:08:48 UTC+2
- Port to the Ornithe project on MC 1.12.2
- This uses the Fabric mod loader, and the mappings from the Ornithe project
The rest of the change log since the malilib-liteloader-1.12.2-0.54.0.litemod build is to follow... and it will be long :pain:
Original build time: 2023-12-26 17:03:01 UTC+2
- Update to MC 1.20.3 snaphot 23w43b
Original build time: 2023-10-31 22:10:01 UTC+2
- Add
hashCode()andequals()toColor4f(by Axia)- Fixes
ConfigColorListfalsely prompting resets for values that haven't changed
- Fixes
- Fix
keybindDebuggingmessage printing before the pressed keys being updated - Add modifiers to the keybind debug messages
- Pass the action value to the mouse and keyboard handling methods
Original build time: 2023-08-26 13:53:59 UTC+3
- Add a
ConfigColorList(by fantahund) - Update to MC 1.20 (by Hendrix-Shen)
- Fix some item and inventory util methods from the 1.20 update
- Update the color list config edit screen and widget to 1.20 render stuff
- Fix the text field focus on left click not working (1.20 stuff)
- Update to MC 1.20.1 (just version bumps)
Original build time: 2023-06-17 01:51:29 UTC+3
GuiConfigsBase: Fix using the wrong parent screen when closing the screen- Also add some missing annotations and remove an unused list
- Fix warning spam in console/log from unsupported key presses
GuiColorEditorHSV: Remove the unused shader program (see GH #82)- Partially fix some long-standing screen render bugs
- The hover text rendering is still buggy with pop-up screens, but it's too much time and effort to hack fix that in the old code, as it's already properly handled in the new code base...
- Add a fallback multiplayer world name (non-Mixin hack fix for GH #107)
- Screens: Fix hover text rendering: It doesn't render on background screens now
Original build time: 2023-05-03 17:26:23 UTC+3
- Add Turkish translation strings (by Ege)
- Add
zh_cnlocalization (by plusls) - Improve the IME fix (by plusls)
- Some mods run some slow code in the constructor, and it would cause the time check to fail
Original build time: 2023-01-30 21:07:49 UTC+2
- Add a debug config for showing the handler that requested input cancellation
HotkeyManagerImpl: Replace the CME hack fix with a better fix- Add a
sendChatMessageAction, makerunCommandAction prefix the arg with/ - Add input cancellation by hotkeys to the
Input Cancellation Debugfeature
Original build time: 2022-08-12 22:32:01 UTC+3
JsonUtils: Add a few new methodsStringListRendererWidget: Rename one method. A few minor clean-ups elsewhere.- Add
hashCode()andequals()to a few "data" classes - Info Overlays: Move width related setting serialization to the base widget
DropDownListWidget: Fix the search string not being case-insensitive- Info Overlay: Minor clean-up
DataListWidget: Minor optimization to entry filteringDataListEntrySelectionHandler: Add asetSelectedEntries()method, rename old- Add an option to print the stack trace when certain errors are logged/printed
BackupUtils: Don't indicate failure if the source file doesn't exist yet
Original build time: 2022-08-02 20:19:03 UTC+3
ItemType: Small fix intoString()- Fix two bugs in
FileUtilscaused by the recent refactoringwriteDataToFile()was simply broken and failed to resolve any files- One of the
createFile()method variants had a copy paste typo and created a directory instead...
Original build time: 2022-06-23 21:15:50 UTC+3



