Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.4–1.20.6
1.20–1.20.2
1.19.4
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated 2 months ago
Changelog
What the update brings to the player:
- Scaling system
The player can now scale the widgets with a slider in the options screen 🎉
- Better saving system to prevent invalid/corrupted files
What this update removes for the player:
- I am sad to announce that
Horizontal Rainbow
for text Widget has been removed for performance as well as the new scaling system (it might be brought back later)
Developer changes: (Nerdy stuff, viewer discretion advised)
- Library now uses
Set
data structure instead ofList
data structure - For scaling system two new classes have been added in addition to changes in
TextureHelper.java
andDrawHelper.java
CustomTextRenderer.java
for scaling textsCustomItemRenderer.java
for scaling item textures You may need to add your own custom classes for scaling if you use some different renderer/rendering system/Widget
DrawHelper.java
adds the following method:
drawTextWithScale(...)
: Draws scaled text on screen
TextureHelper.java
adds the following method:
drawItemTextureWithTextAndScale(...)
: Draws an scaled item texture on the screen with text at a specified position relative to it.
- And much more which I don't remember (it will be updated on Gitbook )
Increased performance and calculation. Default Key binds are now changeable.
AutoSave is now improved to create a temporary file before updating the main config file.
Important changes for developer:
Widgets
andMainMenuWidgets
list has been changed fromList
toSet
. You can now update the default keybind and their 4 parameters:
translationKey
by using theDynamicHUD.setTranslationKey(translationKey)
InputUtil.type
by using theDynamicHUD.setInputType(inputType)
keybindCategory
by using theDynamicHUD.setKeybingCategory(keybingCategory)
key
by using theDynamicHUD.setKeyBindKey(key)
Get Live changes at: https://github.com/V-Fast/DynamicHUD
Files
Metadata
Release channel
ReleaseVersion number
1.2.0Loaders
Game versions
1.20–1.20.1Downloads
130Publication date
August 13, 2023 at 6:22 PMPublisher
tanishisherewithhh
Owner