1.1.1
Updates regarding rendering and others:
New for developers:
Added:
ContextMenu Input Options which supports text input from user:
- String Input
- Double Input
MainMenuWidgets which now allow you to render different widgets on the title screen or main menu screen as well. The widgets can be moved on the screen without opening another one.
Stringlabel
as a parameter in the Widget class
A new method to load the widget text.
Screen Movement constrained within the game window.
Added support for non-draggable widgets.
Updated:
Updated the load and save to work for MainMenu Widgets
Updated DynamicHUDmod.java
Mod Menu
Integration
ContextMenu
rendering and positioning.
Slider Widget
rendering and positioning.
Updated Gitbook for 1.20x Minecraft version and 1.1.1 - 2 dynamicHUD version.
Changed:
Changed ContextMenu and SliderWidget to a
List
in the AbstractMoveableScreen.java to support Submenus.
Full Changelog: 1.20...master