Sp0k's HUD+ is a lightweight client-side Fabric mod that adds useful player information to the Minecraft HUD without opening the debug screen.
It is designed to keep important gameplay information visible in a clean, minimal way.
- Displays the player’s current block position
- Displays the biome the player is standing in
- Formats biome names into readable text
- Example:
old_growth_birch_forest→Old Growth Birch Forest
- Example:
- Shows the player’s cardinal direction at the top-center of the screen
- Displays equipped armor icons on the top-right of the screen
- Shows armor durability as a percentage
- Uses color-coded durability text:
- Green for high durability
- Yellow for medium durability
- Orange/red for low durability
- Hides the custom HUD when the vanilla F3 debug screen is open
- Moves the armor HUD down when active status effects are visible to avoid overlap
- Minecraft
26.1.2 - Fabric Loader
- Fabric API
- Java
25
- Install Fabric Loader for Minecraft
26.1.2. - Install the matching Fabric API version.
- Download the latest
.jarrelease of Sp0k HUD+. - Place the
.jarfile in your Minecraftmodsfolder. - Launch Minecraft with the Fabric profile.
Clone the repository:
git clone https://github.com/YOUR_USERNAME/YOUR_REPOSITORY_NAME.git
cd YOUR_REPOSITORY_NAMEDistributed under the Creative Common license. See LICENSE for more information.
