Skip to content

1.1.2

Compare
Choose a tag to compare
@tanishisherewithhh tanishisherewithhh released this 09 Jul 07:56
· 89 commits to master since this release

1.1.1 had a entry point error so here is the working version:

1.1.1 changes:

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.
String label 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