
Modrinth · Minecraft mod
DynamicHUD
A HUD library to create, display, load, save, interact and do much more with HUD elements (aka - widgets).
Quick answer
Which DynamicHUD release should I use?
DynamicHUD 5.0.0 targets 26.1.1, 26.1.2 with Fabric. It must be installed on the client. Do not install it on the dedicated server. No extra mods listed for this file.
Where it goes
Is DynamicHUD required on the client, server, or both?
It must be installed on the client. Do not install it on the dedicated server.
This file is marked client-only.
What else does DynamicHUD 5.0.0 need?
5.0.0. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add DynamicHUD without breaking your instance.
Built for DynamicHUD 5.0.0. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 5.0.0. It targets 26.1.1, 26.1.2 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
It must be installed on the client. Do not install it on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside 5.0.0. It opens that exact file at the source.
About this project
What does DynamicHUD add?
DynamicHUD for Minecraft Fabric
DynamicHUD is a library for mod creators using Fabric (Minecraft 1.19.4+). It lets developers create customizable HUD elements that players can modify and interact with, making visuals and gameplay more interesting. It is an API for developers.
Features
- Automatic Loading & Saving: Widgets automatically save their state and reload upon game restart, providing a seamless experience for players.
- Dynamic Values: Widgets can display real-time information, adapting to in-game events and data changes.
- Inbuilt Widgets: Start with
TextWidgetfor easy text display and expand with more specialized widgets. - Utility Classes: Utilize
DrawHelper,ColorHelper, andTextureHelperfor efficient and streamlined development. - ContextMenu: A general context menu featuring boolean, slider, runnable, color options, and list/enum selections for widget customization.
- Screen Border Control: Keeps widgets within screen boundaries.
- Snapping: Hold
Shiftto snap widgets to an imaginary grid. - Multi-Mod Support: Built for compatibility across mods.
- Easy Integration: Simple setup for quick implementation into your projects.
- Wiki: A detailed guide and reference for all features of DynamicHUD, available at https://tanishisherewith.gitbook.io/dynamic-hud.
DynamicHUD has a dedicated settings button when you open the option screen beside the 'FOV' slider which you can use to customise your widgets and menus.
Keybinds
Currently these keybinds are unmodifiable.
These keybinds are only available version4.0.0onwards.
1. Grouping and multi-selection
Keyboard shortcuts
- Drag selection window: Click and drag on empty space to draw a selection window. Any widget that overlaps this area will be selected.
CTRL + Left Clickmulti-selection: HoldCTRLand left click on individual widgets to toggle their selection state.- Group or ungroup toggle: Press
CTRL + Gto group the selected widgets. PressCTRL + Gagain to ungroup them.
Notes
- Dragging any widget in a group moves all unlocked widgets in that group.
- Locked widgets with
isLockedset totruedo not move with the group. - Hovering a group shows a dashed green bounding box around all grouped widgets.
2. Scaling widgets
Widgets can be scaled individually in the editor in two ways:
- Scaling keybind: Hover a widget and use
CTRL + Mouse Wheel Scrollto increase or decrease its local scale. - Scale dot: Selected widgets render a small scale dot in the bottom-right corner. Drag that dot to scale the widget.
Disclaimer
DynamicHUD provides tools for developers but does not add HUD elements by itself.
Users looking for in-game HUD elements should refer to mods that use DynamicHUD like
Fabric only — no plans for Forge support.
Showcase
Showcase Video
Installation for Users
To ensure mods that depend on DynamicHUD work correctly, follow these steps to add DynamicHUD to your Minecraft installation:
- Make sure you have Fabric and Fabric-API installed. You may also need to install YACL.
- Download the
dynamichud-<version>.jarfile from the official release page. - OPen your Minecraft directory's mod folder.
- Place the downloaded DynamicHUD
.jarfile into themodsfolder. - Run Minecraft. DynamicHUD will now be loaded, and any mods with DynamicHUD as a dependency can function properly.
Enjoy :)
Getting Started For Developers
Visit our wiki for more detailed documentation.
To get started, begin with adding DynamicHUD as a dependency in your build.gradle file:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
maven {
name 'Xander Maven'
url 'https://maven.isxander.dev/releases'
}
}
dependencies {
// Dynamic HUD
modImplementation 'com.github.V-Fast:DynamicHUD:<Version>'
}
Contributing
Contributions are welcome! If you’re interested in improving DynamicHUD or adding new features, please review our contributing guidelines.
I myself am a solo developer in college and still learning to code. Updating to latest versions may take time. Any help will be greatly appreciated!
License
DynamicHUD is released under the MIT License. Feel free to use and modify it in your mods, with proper attribution back to this repository.
Support
Need assistance or have suggestions? Join our Discord community or submit an issue on our GitHub repository.
Project description from Modrinth.
Pick your setup
DynamicHUD by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.1.1
1 loader build1.21.11
1 loader build1.21.5
1 loader build1.21.4
1 loader build1.21.1
1 loader build1.21
1 loader build1.20.6
1 loader build1.20.5
1 loader build1.20.4
1 loader build1.20.2
1 loader build1.20.1
1 loader buildShowing the newest 12 of 14 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
DynamicHUD versions and loaders
5.0.0
dynamichud-5.0.0.jar
12 Aug 2026
4.1.0
dynamichud-4.1.0.jar
4 Jul 2026
4.0.0
dynamichud-4.0.0.jar
26 Jun 2026
3.1.0
dynamichud-3.1.0.jar
28 Jun 2025
3.0.0
dynamichud-3.0.0.jar
1 Jun 2025
2.2.1
dynamichud-2.2.1.jar
16 Aug 2024
2.2.0
dynamichud-2.2.0.jar
24 Jul 2024
2.1.0
dynamichud-2.1.0.jar
6 Jul 2024
2.0.1
dynamichud-2.0.1.jar
29 May 2024
2.0.0
dynamichud-2.0.0.jar
17 Apr 2024
1.2.1
dynamichud-1.2.1.jar
2 Oct 2023
1.2.0
dynamichud-1.2.0.jar
13 Aug 2023
Looking for an older file? The official Modrinth project page is in Resources.