1.0.3
Compatibility
Changes
Journey HUD is a lightweight client-side HUD mod for Minecraft that displays useful gameplay information directly on the screen without opening menus or using commands.
The mod focuses on providing real-time information about your survival progress and current session in a clean and minimal interface. Instead of relying on chat commands, all settings are managed through a built-in configuration menu.
Journey HUD is designed to track your personal survival journey, showing how long your character has lived since the last death, along with other helpful session data.
The mod is fully optimized for performance and built for both singleplayer and multiplayer.
Mod Features Displays Survival Day — number of in-game days survived since last death. Shows current session duration (playtime in the current world session). Displays time of day (morning, day, evening, night). Optional coordinates display (X / Y / Z). Fully customizable HUD layout: Enable/disable individual elements Change HUD position (corners of the screen) Adjust offsets from screen edges Appearance customization: Text color control Format customization for displayed values Built-in Config Menu (GUI) — all settings are managed visually in-game Fully client-side implementation (safe for singleplayer and multiplayer) Multi-language support (excluding Russian language) Configuration All mod settings are available through the in-game Config Menu.
No commands are required.
You can customize:
HUD visibility Position and offsets Text color Displayed elements Format of survival day text
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:BCDdunpd:CHVbHGf5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BCDdunpd:CHVbHGf5"
}

