All versions
2.0.0-1.21.1-fabric
Release
Better Death: Aftermath 2.0.0-1.21.1-fabric5 days ago 7
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Changes
Better Death: Aftermath 2.0.0 — Fabric
Added
- Persistent client-side Death History with the 20 most recent deaths.
Hkeybind to open Death History in-game.- Optional Trinkets compatibility without making Trinkets a required dependency.
- Equipped Trinkets are captured with their group and slot names.
- Grouped death inventory data for armor, offhand, Trinkets, hotbar, and main inventory.
- Detailed death timeline with damage amount, remaining health, fire, falls, and the final death message.
- Relative timeline timestamps such as
-2.4s. - Copy Coordinates and Copy
/tpactions on the death report. - Historical death inspector with coordinates, timeline, item groups, tooltips, and scrolling.
Changed
- Reworked the old one-off death snapshot into reusable death records and inventory groups.
- Improved pre-death inventory caching to reduce lost data when death handlers clear inventory early.
- Expanded timeline capacity from 10 to 16 events.
- Updated Fabric project metadata and localization.
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:qXCHO589:kSkHc3Wh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qXCHO589:kSkHc3Wh"
}

