Mod
Nicos Graves
No reviews yet
A grave mod so you don't lose your stuff
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description

Is the chance of losing all your items in a lava pit too punishing for you?
Generel Info
- The graves can be toggled with the gamerule
nicos_graves:spawn_player_graves. - The accessibility of the grave can be changed with
nicos_graves:grave_access
Compatibility
- Trinkets Minecraft >1.17
- YYZ's Backpack Mod >1.2.1.0, Minecraft 1.19.X or [1.20, 1.20.4]
Known Bugs
There is a bug where when you update the mod from 1.21.9 to 1.21.10 all the graves in the world will have a really long named displayed. This bug only occurs if you update the minecraft version.
Developer/Modpack Info
To make an item soulbound, essentially making the item be kept on death, the item can be added to the tag data/nicos_graves/tags/items/soulbound.json.
{
"replace": false,
"values": [
"mod_id:my_cool_item"
]
}
Alternatively the item class can implement the interface SoulboundItem, and override the isRetained method.
package you.your_mod.items;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.world.World;
import nazario.nicosgraves.api.SoulboundItem;
public class MyCoolItem extends Item implements SoulboundItem {
public MyCoolItem(Settings settings) {
super(settings);
}
@Override
public boolean isRetained(ItemStack stack, PlayerEntity player, World world) {
return true;
}
}

Is the chance of losing all your items in a lava pit too punishing for you?
Generel Info
- The graves can be toggled with the gamerule
nicos_graves:spawn_player_graves. - The accessibility of the grave can be changed with
nicos_graves:grave_access
Compatibility
- Trinkets Minecraft >1.17
- YYZ's Backpack Mod >1.2.1.0, Minecraft 1.19.X or [1.20, 1.20.4]
Known Bugs
There is a bug where when you update the mod from 1.21.9 to 1.21.10 all the graves in the world will have a really long named displayed. This bug only occurs if you update the minecraft version.
Developer/Modpack Info
To make an item soulbound, essentially making the item be kept on death, the item can be added to the tag data/nicos_graves/tags/items/soulbound.json.
{
"replace": false,
"values": [
"mod_id:my_cool_item"
]
}
Alternatively the item class can implement the interface SoulboundItem, and override the isRetained method.
package you.your_mod.items;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.world.World;
import nazario.nicosgraves.api.SoulboundItem;
public class MyCoolItem extends Item implements SoulboundItem {
public MyCoolItem(Settings settings) {
super(settings);
}
@Override
public boolean isRetained(ItemStack stack, PlayerEntity player, World world) {
return true;
}
}
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers

