- Small improvements to
GuiBase#addWidget()/addLabel()andWidgetLabel
Original build time: 2019-06-11 16:24:52 UTC+3
- Small improvements to
GuiBase#addWidget()/addLabel()andWidgetLabel
Original build time: 2019-06-11 16:22:51 UTC+3
- A bunch of GUI clean-up and moving stuff around to help with the 1.13+ ports
RenderEventHandler: Only expose the interface type- Clean up/better encapsulate the keybind/input handler stuff
- Add a new util method for getting a per-server or world file name
- Improvements/clean-up and better encapsulation for the world change handler
ConfigManager: Add a load method to the interface. Hide the internal methods.- Move the internal classes to the main package
- Add the
InitializationHandlerfrom the 1.13+ version - Fix/clean up how hotkey configs are saved
- Fix the hotkey + boolean config reading/writing util methods
- Add a
ConfigBooleanHotkeyedconfig option class - Adjust the
splitCamelCase()util method to upper case the first letter - Add an
ActiveModeoption list/enum - Wrap more vanilla method calls, and some related GUI clean-up
- A little bit more wrapping and clean-up
- Even more GUI stuff wrapping...
- Adjust a couple of directory navigation widget rendering things
- Add an
IntBoundingBox, switch to using that instead of the vanilla class - Fix the mod version number not getting replaced/set
Original build time: 2019-06-10 01:41:17 UTC+3
- A bunch of GUI clean-up and moving stuff around to help with the 1.13+ ports
RenderEventHandler: Only expose the interface type- Clean up/better encapsulate the keybind/input handler stuff
- Add a new util method for getting a per-server or world file name
- Improvements/clean-up and better encapsulation for the world change handler
ConfigManager: Add a load method to the interface. Hide the internal methods.- Move the internal classes to the main package
- Add the
InitializationHandlerfrom the 1.13+ version - Fix/clean up how hotkey configs are saved
- Fix the hotkey + boolean config reading/writing util methods
- Add a
ConfigBooleanHotkeyedconfig option class - Adjust the
splitCamelCase()util method to upper case the first letter - Add an
ActiveModeoption list/enum - Wrap more vanilla method calls, and some related GUI clean-up
- A little bit more wrapping and clean-up
- Even more GUI stuff wrapping...
- Adjust a couple of directory navigation widget rendering things
- Add an
IntBoundingBox, switch to using that instead of the vanilla class - Fix the mod version number not getting replaced/set
Original build time: 2019-06-10 01:40:37 UTC+3
- Even more GUI stuff wrapping...
- Adjust a couple of directory navigation widget rendering things
- Add an
IntBoundingBox, switch to using that instead of the vanilla class
Original build time: 2019-06-09 19:49:22 UTC+3
- This build is probably made from commit
1022eac9b - So it should contain everything from the
liteloader_1.12.2branch up to commit9776e533, plus the following commits:
liteloader_1.12.2 branch commits:
- A bunch of GUI clean-up and moving stuff around to help with the 1.13+ ports
RenderEventHandler: Only expose the interface type- Clean up/better encapsulate the keybind/input handler stuff
- Add a new util method for getting a per-server or world file name
- Improvements/clean-up and better encapsulation for the world change handler
ConfigManager: Add a load method to the interface. Hide the internal methods.- Move the internal classes to the main package
- Add the
InitializationHandlerfrom the 1.13+ version - Fix/clean up how hotkey configs are saved
- Fix the hotkey + boolean config reading/writing util methods
- Add a
ConfigBooleanHotkeyedconfig option class - Adjust the
splitCamelCase()util method to upper case the first letter - Add an
ActiveModeoption list/enum - Wrap more vanilla method calls, and some related GUI clean-up
- A little bit more wrapping and clean-up
rift_1.13.2 branch commits
- Add a workaround for GUI open hotkey key presses leaking into GUI elements
- Change how
KeyBindinginputs are retrieved. Allows removing one Mixin. - Fix some key input handling issues in the GUIs
- Fix crashes in block and item restrictions with invalid names
- Add a missing localization entry
Original build time: 2019-06-09 01:32:39 UTC+3
- Color editor GUI: Lots of fixes/improvements/clean-up. Now it should be good.
- Don't consider longer keybinds as matches. Fix keybind search.
- Add hover texts to the directory navigation widget buttons
- Add a getter method for the current (filtered) contents of list GUIs
- Add a method for getting the config display name for the config GUIs
- Add a new hotkey util method
hotkeyMatchesKeybind() - Refactor some GUI/button stuff
ButtonBasedoesn't extend the vanillaGuiButtonanymore, but instead it now extendsWidgetBase- The button listener interface isn't generic anymore
- The buttons are now mostly handled as widgets
- Fix the
LayerRangeupdate/dirty marking logic
Original build time: 2019-05-28 20:14:53 UTC+3
- Color editor GUI: Lots of fixes/improvements/clean-up. Now it should be good.
- Don't consider longer keybinds as matches. Fix keybind search.
- Add hover texts to the directory navigation widget buttons
- Add a getter method for the current (filtered) contents of list GUIs
- Add a method for getting the config display name for the config GUIs
- Add a new hotkey util method
hotkeyMatchesKeybind() - Refactor some GUI/button stuff
ButtonBasedoesn't extend the vanillaGuiButtonanymore, but instead it now extendsWidgetBase- The button listener interface isn't generic anymore
- The buttons are now mostly handled as widgets
- Fix the
LayerRangeupdate/dirty marking logic
Original build time: 2019-05-28 20:14:16 UTC+3
- Fix the inventory overlay shield slot background sprite
- Add a new
onKeyInput()method which takes in all the arguments available in 1.13 - Add an in-game config GUI
- Move the internal config and reference classes to the main package
- Remove the unused
GuiScreenMixin - Fix an outdated JavaDoc
- Update the build scripts
Original build time: 2019-05-19 00:26:02 UTC+3
- Add a
toggleBooleanValue()toIConfigBooleanand use that where applicable - Add a
KeyCallbackAdjustablehotkey callback class - Allow localizing config pretty names and comments. Localize the Advanced Keybind Settings
- Allow OR'ing search strings with a pipe character (
|), some related refactoring - Move some render util methods from MiniHUD
Original build time: 2019-05-04 04:37:24 UTC+3
- Add a
toggleBooleanValue()toIConfigBooleanand use that where applicable - Add a
KeyCallbackAdjustablehotkey callback class - Allow localizing config pretty names and comments. Localize the Advanced Keybind Settings
- Allow OR'ing search strings with a pipe character (
|), some related refactoring - Move some render util methods from MiniHUD
Original build time: 2019-05-04 04:36:54 UTC+3
- Switch the last LiteLoader scrollbar usage to the malilib scrollbar
Original build time: 2019-04-30 06:15:08 UTC+3
- Switch the last LiteLoader scrollbar usage to the malilib scrollbar
Original build time: 2019-04-30 06:14:08 UTC+3
- Increase the default maximum text field text length to 256
- Add a
renderStackTooltip()util method - Add a
GuiScrollBarclass and use that in the list GUIs instead of the one from LiteLoader
Original build time: 2019-04-26 01:09:49 UTC+3
- Increase the default maximum text field text length to 256
- Add a
renderStackTooltip()util method - Add a
GuiScrollBarclass and use that in the list GUIs instead of the one from LiteLoader
Original build time: 2019-04-26 01:11:13 UTC+3
- Update the first Fabric port from the Rift branch (between
0.9.4and0.9.5versions)- Remove left-over 1.12 code (which caused a bug of some keys getting stuck)
- Fix the inventory overlay shield slot background sprite
- Add a new
onKeyInputmethod which takes in all the arguments available in 1.13
- Update to Minecraft 1.14 official release
- Add an in-game config GUI. Move the internal classes to the main package.
- Downgrade the Fabric API to a stable version
- Update/fix/improve the build script
- Move the internal reference class (
MaLiLibReference) to the main package - Add a util method to get the mod version string by a mod id
Original build time: 2019-04-24 23:27:51 UTC+3
- Fix
Positionutils.getTargetedDirection()returning the opposite direction on the bottom face - Don't require shift for Shulker Box preview, allowing mods to decide
Original build time: 2019-04-12 22:45:29 UTC+3
- Fix the block models rendered in GUIs not being tinted
LayerRange: Make theSet Herebutton and hotkey obey the Hotkey checkmarks- Add a new overlay render method, change args of
renderBlockTargetingOverlay() - Fix a divide by 0 crash in the slider widget/callback
- Add a getter for the scrollbar to the list widget
Original build time: 2019-03-31 04:47:35 UTC+3



