File Details
Eymistaken's HUD 1.0.9-2
- R
- Feb 21, 2026
- 222.93 KB
- 595
- 1.21.11+5
- Fabric
File Name
eymistakens-hud-1.0.9-2.jar
Supported Versions
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
Curse Maven Snippet
v1.0.9-2
Overview
This is a minor under-the-hood update focused entirely on expanding and improving the Developer API. There are no user-facing visual or functional changes in this release; the general gameplay experience remains exactly the same.
API & Developer Changes
- Modular HUD Editor: The in-game HUD Editor has been completely refactored. It is no longer hardcoded to core modules and now dynamically supports any third-party addon.
- Drag & Drop Addon Support: Custom modules registered via the
EymistakenHudPluginAPI can now be dragged, repositioned, scaled, and reset directly within the in-game HUD Editor. - New API Methods: Added optional setter methods (
setXOffset,setYOffset,setPositionType,setScale,resetToDefaults) to theHudModuleclass. This allows addon developers to receive live coordinate updates from the HUD Editor and save them directly to their own independent configuration files.
For updated documentation and implementation examples, please click here for more information.

