Links
Tags
Creators
Details
Licensed ARR
Published 7 months ago
Updated 6 months ago
All versions
0.2.2-beta-1.21.11
Beta
All the HUD 0.2.2-beta-1.21.116 months ago 179
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
v0.2.2-beta
What's New Since v0.1.2-alpha
Compass Bar POI Icons
- Nether Portal tracking — automatically records portal locations when traveling between Overworld and Nether
- End Portal tracking — tracks stronghold portals and the main island return portal
- End Gateway tracking — detects outer End island gateway teleports
- Lodestone tracking — shows lodestone location when holding a lodestone compass (off-hand takes priority)
- Respawn Anchor tracking — tracks Nether spawn points, automatically swaps with the bed icon
- Death marker — skull icon with dimension-aware coordinates posted privately to chat, auto-clears when you return
- 6 new icon textures with normal and distant variants
- Icons shrink when over 500 blocks away and intelligently stack when overlapping
POI Block Detection
- Sleeping in or breaking a bed updates your compass automatically
- Breaking a respawn anchor or lodestone clears the marker
- Swapping between bed and respawn anchor spawn points is handled seamlessly
Storage & Reliability
- Per-world JSON storage — POI data is isolated per world/server and persists across restarts
- Fixed a critical bug where POI data could mix between worlds or be lost on restart
- Old config files from earlier versions are handled gracefully
Other Improvements
- Performance-optimized tick handlers throughout
- Cleaner dimension name detection for death messages
- Now available for Minecraft 1.20.1, 1.21.1, and 1.21.11
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:qZhL6npN:Xi3YUpTs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qZhL6npN:Xi3YUpTs"
}

