Mod

Death Keeper - Grave Stones

Quick rating

Death Keeper - Grave Stones

No reviews yet

Keep your drops in Graves/Gravestones

No Theme
Adventure/Exploration
QoL & Tweaks
Mod Loaders
NeoForge
Minecraft
26.1

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT Code AND ARR Assets
Latest Version
Death-Keeper-26.1-1.0b
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

PLEASE DONT ASK DOWNPORTS FOR ANY VERSIONS BELOW 1.21.1 SINCE I DON'T SUPPORT IT

Death Keeper is a lightweight, configurable mod that intends keeps your items safe when you die.

This mod doesnt really need special compatibility with inventory mods (like Curios), since it works by intercepting drops directly rather than accessing player inventories.

Instead of dropping everything on the ground, your items are stored in a Gravestone at your death location, giving you a chance to recover them later.

One issue I noticed with a lot of gravestone mods is how they tend to clutter areas with multiple graves if you die repeatedly in the same spot. To fix that, this mod merges nearby graves together, gravesites galore smh.

Another thing that I thought about is having mob graves, especially for boss mob, which hence why I added it :3

General Features

  • Gravestones on Death "obv"
  • Item Percentage Lost
  • Smart Grave Placement
  • Grave Merging
  • Grave Lifespan
  • Support Entities that have Drops

Commands

  • /gravestone place <entity> <pos>
    Manually create a Gravestone for an entity at a position.
  • /gravestone destroy <pos>
    Removes the Gravestone without its contents.
  • /gravestone clear
    Removes all Gravestones in the current dimension.
  • /gravestone clear <targets>
    Removes Gravestones tied to specific entities.
  • /gravestone insert <item> <count> <pos>
    Add items directly into a Gravestone.
  • /gravestone remove <item> <count> <pos>
    Remove a specific amount of an item from a Gravestone.
  • /gravestone inventory <pos>
    View a summarized list of all items stored in a Gravestone.
  • /gravestone data <pos>
    Displays full NBT data of the Gravestone Snapshot.
  • /gravestone list <entity>
    Lists all Gravestones associated with a specific entity across dimensions.
  • /gravestone claim <player> <pos>
    Transfers items from a Gravestone directly into a player’s inventory (if space is available).

Configs

#Whether to where if Player/Mob Drops will be put into the Gravestone
GravestoneOnDeath = true
#Percentage of amount that items are lost
# Default: 100.0
# Range: 0.0 ~ 100.0
ItemLostPercentage = 100.0
#Distance to merge graves instead of placing a new grave
# Default: 5
# Range: 1 ~ 256
GraveMaxDistance = 5
#Time till the grave despawns in Ticks
# Default: 72000
# Range: 1 ~ 864000
MaxGraveLifespan = 72000
#Whether to allow grave merging
GraveMerging = true
#Whether to allow grave to spawn with no drops
EmptyGraves = false
#Whether to allow coarse to spawn under graves
CoarseDirtBelowGraves = false
#Whether to text to be displayed above the gravestone for a non player entity
NonPlayerGraveTitles = false
#A whitelist of entities to be able to drop graves.
EntitiesGraves = ["minecraft:player", "minecraft:villager", "minecraft:wandering_trader"]

Notes

  • Gravestones will not generate for entities outside the whitelist
  • Items/Snapshots are safely stored and merged in its own data file so there is no block entities whatsoever, which allows multiple chunks full of gravestones with barely any hits on server performance for example :3

Death Keeper is a lightweight, configurable mod that intends keeps your items safe when you die.

This mod doesnt really need special compatibility with inventory mods (like Curios), since it works by intercepting drops directly rather than accessing player inventories.

Instead of dropping everything on the ground, your items are stored in a Gravestone at your death location, giving you a chance to recover them later.

One issue I noticed with a lot of gravestone mods is how they tend to clutter areas with multiple graves if you die repeatedly in the same spot. To fix that, this mod merges nearby graves together, gravesites galore smh.

Another thing that I thought about is having mob graves, especilly for boss mob, which hence why I added it :3

General Features

  • Gravestones on Death "obv"
  • Item Percentage Lost
  • Smart Grave Placement
  • Grave Merging
  • Grave Lifespan
  • Support Entities that have Drops

Commands

  • /gravestone place <entity> <pos>
    Manually create a Gravestone for an entity at a position.
  • /gravestone destroy <pos>
    Removes the Gravestone without its contents.
  • /gravestone clear
    Removes all Gravestones in the current dimension.
  • /gravestone clear <targets>
    Removes Gravestones tied to specific entities.
  • /gravestone insert <item> <count> <pos>
    Add items directly into a Gravestone.
  • /gravestone remove <item> <count> <pos>
    Remove a specific amount of an item from a Gravestone.
  • /gravestone inventory <pos>
    View a summarized list of all items stored in a Gravestone.
  • /gravestone data <pos>
    Displays full NBT data of the Gravestone Snapshot.
  • /gravestone list <entity>
    Lists all Gravestones associated with a specific entity across dimensions.
  • /gravestone claim <player> <pos>
    Transfers items from a Gravestone directly into a player’s inventory (if space is available).

Configs

#Whether to where if Player/Mob Drops will be put into the Gravestone
GravestoneOnDeath = true
#Percentage of amount that items are lost
# Default: 100.0
# Range: 0.0 ~ 100.0
ItemLostPercentage = 100.0
#Distance to merge graves instead of placing a new grave
# Default: 5
# Range: 1 ~ 256
GraveMaxDistance = 5
#Time till the grave despawns in Ticks
# Default: 72000
# Range: 1 ~ 864000
MaxGraveLifespan = 72000
#Whether to allow grave merging
GraveMerging = true
#Whether to allow grave to spawn with no drops
EmptyGraves = false
#Whether to allow coarse to spawn under graves
CoarseDirtBelowGraves = false
#Whether to text to be displayed above the gravestone for a non player entity
NonPlayerGraveTitles = false
#A whitelist of entities to be able to drop graves.
EntitiesGraves = ["minecraft:player", "minecraft:villager", "minecraft:wandering_trader"]

Notes

  • Gravestones will not generate for entities outside the whitelist
  • Items/Snapshots are safely stored and merged in its own data file so there is no block entities whatsoever, which allows multiple chunks full of gravestones with barely any hits on server performance for example :3

Screenshots

Gallery

  • Gravestones
    Gravestones Gravestones
  • Gravestones
    Gravestones

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~14,000
Total Downloads
CurseForge
~4,000
Modrinth
~10,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync