File Details
advanced-hud-1.0.0-fabric-1.20.1.jar
- R
- Feb 23, 2026
- 27.82 KB
- 6
- 1.20.1
- Fabric
File Name
advanced-hud-1.0.0-fabric-1.20.1.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
- Dynamic Raycasting: Implemented logic to detect blocks and entities the player is currently looking at.
- Advanced HUD Overlay:
- Added display for block names and IDs.
- Added display for entity names and a dynamic health bar for living entities.
- Customization System:
- Created a JSON-based configuration system recorded in
config/advanced-hud.json. - Added options to toggle HUD visibility, adjust X/Y offsets, and hide specific info (like block IDs).
- Created a JSON-based configuration system recorded in
- Client Integration: Registered the HUD renderer to the Fabric client entrypoint.
- License: Switched project license to GPL-3.0.
Full Changelog: https://github.com/yigit-guven/Advanced-Hud/commits/1.0.0