All versions
1.21.6-1.21.8-1.0.1+forge
Release
1.21.6-1.21.8-1.0.1+forge7 months ago 40
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Forge
Supported environments
Client-side
Changes
Changelog
All notable changes to Death Hound will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.1] - 2026-01-05
Fixed
- Critical: Death records now use local profile ID instead of server UUID, ensuring deaths are specific to each local Minecraft account/character and don't bleed across different profiles
- Hotkey toggle now properly closes Death Hound screen when already open
Breaking
- Existing death records will not automatically migrate to the new storage format. Previous deaths will remain on disk but won't be visible in-game after updating.
[1.0.0] - 2026-01-05
Added
- Initial release for Minecraft 1.21.6-1.21.8
- Death location tracking with on-screen HUD arrows
- World markers at death locations
- Death history UI with Track/Untrack/Copy/Delete functionality
- Per-world and per-player death record storage
- Configurable marker colors and display options
- Client-side only - safe for any server
Technical
- Multi-loader support: Fabric, NeoForge, Forge
- Server-safe initialization (graceful no-op on dedicated servers)
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:bWgJrvXm:S3WCVXlG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bWgJrvXm:S3WCVXlG"
}

