All versions
1.0.2
Release
Death Recovery Assistant 1.0.22 months ago 67
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client-side
Changes
Death Recovery Assistant 1.0.2 — Fabric 1.20.1
First public release of Death Recovery Assistant for Fabric 1.20.1.
This version brings the core Death Recovery Assistant experience to Minecraft 1.20.1 with Fabric support.
Added
- Added support for Minecraft 1.20.1 on Fabric.
- Added automatic death location saving.
- Added local death history filtered by world or server.
- Added saved inventory snapshots.
- Added visual grouping of identical item stacks.
- Added vanilla-like item tooltips.
- Added HUD waypoint with distance and direction.
- Added world beam marker for selected death locations.
- Added optional Recovery Commands, disabled by default.
- Added optional Developer Mode, disabled by default.
- Added XP saving and XP recovery when command permissions are available.
Recovery Commands
- Recovery Commands are disabled by default.
- They can help restore saved items, inventory data, XP, or teleport to a saved death location when permissions are available.
- Recovery Commands check command permissions instead of relying on the player’s game mode.
- Survival players with the required permissions can use recovery actions.
- The mod does not bypass server permissions, anti-cheat systems, or server rules.
Notes
- This mod is client-side only.
- The server does not need to install the mod.
- Minecraft 1.20.1 uses older item/NBT handling compared to newer versions, so some item recovery behavior may differ from the 26.1.2 version.
- Some special items, command blocks, or server-side-only data may not restore perfectly.
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:v7OaYICi:57I69vyN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v7OaYICi:57I69vyN"
}

