All versions
0.4.3+1.21.11
Release
DeathLogger 0.4.3 for Minecraft 1.21.112 weeks ago 50
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Any compatible version
Any compatible version
Changes
Updated for Minecraft 1.21.11, with a rewritten BetterStats integration and a batch of bug fixes.
What's new
- BetterStats 5.x integration — a "View Death Log" entry in the View menu of the BetterStats screen (works with BetterStats 5.0.x and 5.1.x)
Bug fixes
- Fixed all UI text showing raw translation keys — the language files failed to load entirely
- Fixed a startup crash with BetterStats 5.x installed
- Fixed the server-side death log being permanently disabled if any stray file ended up in the
deaths/folder - Fixed a client crash when joining a world with a corrupted/incompatible death database — now shows an error toast instead
- Hardened all serverbound packet handlers with bounds/null checks
/deathlogger viewno longer sends full inventories of every death in one packet — inventories are fetched on demand as designed- Fixed the DeathLogger button overlapping the tab headers on the vanilla statistics screen
- Fixed the death counter not updating after deleting an entry
- Fixed several NPE edge cases
- Added missing pt_BR translations
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:DDrucziz:MmyTvtX7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DDrucziz:MmyTvtX7"
}

