All versions
1.7.0
Release
Simple Indicator Coordinates 1.7.02 days ago 7
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Changes
New HUD
- Added a 4th indicator — FPS / Ping (with connection-latency display). Redesign
- Full redesign of the settings menu and HUD — a brand-new look for panels, buttons and the on-screen indicators. HUD control panel
- Replaced vanilla screens with a unified control panel (dark UI) and per-indicator settings screens.
- Per-HUD visibility, position, color, scale, alpha.
- 4 visual styles: Classic, Glass, Minimal, Modern.
- Entry/switch animations, text shadow, RGB accent mode (custom R/G/B channels).
- Low-FPS (<30) warning.
- UI themes: Night, Neon, Ocean, Light + user-editable themes.json (panel/button colors fully customizable). Positioning & layout
- Pixel-exact placement via the Positioning Grid screen (20px/4px grid, drag with pick/release effects, X:Y readout).
- Overlap-free auto-layout — HUDs never collide; neighbors move aside automatically when you drag one.
- "Auto-stack ↓" button to restore automatic order.
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:hZncwDsc:srst6QUR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hZncwDsc:srst6QUR"
}

