Links
Tags
Creators
Details
1.3
Compatibility
Changes
Custom Health HUD
A highly customizable HUD mod for Minecraft Forge that lets you personalize your health bar, experience bar, and other interface elements with full color control and positioning.
✨ Features
Full Customization
Custom Health Bar: Replace the vanilla hearts with a fully customizable version RGB Color Control: Adjust colors for hearts, hotbar, experience bar, and level number Position Control: Drag and drop elements anywhere on your screen Scale Options: Resize hearts and experience numbers to your preference Spacing Adjustment: Control the spacing between hearts
HUD Elements Control
Toggle visibility of:
Custom Health Bar Vanilla Health Bar (independent control) Hotbar Food Bar Armor Bar Air Bubbles Mount Health Experience Bar Experience Level Number
Easy Configuration
In-game GUI: Open with /hud command (requires OP) Live Preview: See changes in real-time before saving Drag & Drop: Move elements by dragging them in the preview panel Color Sliders: Visual RGB sliders for easy color picking Two Tabs: Separate "Tools" and "Colors" tabs for organized settings
How to Use
Install the mod in your Forge mods folder Launch Minecraft Type /hud in-game (requires operator permissions) Customize to your liking using the intuitive interface Click "Save" to apply changes
Perfect For
Players who want a cleaner HUD Streamers seeking a unique interface style Anyone wanting better control over their game UI Modpack creators looking for HUD customization options
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:K9yEi5IL:cgcG9hIt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:K9yEi5IL:cgcG9hIt"
}

