All versions
1.1
Release
Premium HUD Edition7 months ago 1,109
Compatibility
Minecraft: Java Edition
1.8.9
Platform
Forge
Supported environments
Client-side
Changes
v1.1 - Major HUD Update (January 08, 2026)
New Features
- In-game Ping HUD – Displays your current ping ("XXXms") with the same color coding as the TAB list (green/yellow/orange/red).
- Fully customizable HUD:
- Drag to reposition anywhere on screen.
- Corner resize handle for scaling (0.5× to 3.0×).
- Toggle semi-transparent background on/off.
- Snap alignment to screen edges and center with visual yellow guides.
- Live preview in
/pingdisplayGUI – See and edit the HUD in real time. - All HUD settings saved – Position, scale, and background state persist across restarts via config file.
Improvements
- Separate toggles in GUI: Mod (TAB overlay), HUD, and Background.
- Button text updates instantly when toggled (no reopen needed).
- Name clipping in TAB list now adds "..." when trimmed for a premium feel.
- Enhanced snap system (edges + center crosshair) with grid alignment.
Fixes
- Graceful failure handling – Mod disables itself silently on reflection errors and shows clear message in GUI.
- No more console spam on errors.
- HUD is always visible when enabled, draggable only in config GUI.
Technical
- Config file:
config/lunarpingdisplay/lunarpingdisplay.cfg - Lightweight and performant – minimal overhead, no OpenGL leaks.
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:rt1yNxnt:FhOmxf2I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rt1yNxnt:FhOmxf2I"
}

