Tags
Creators
Details
All versions
1.0.8
Release
Gravestones 1.0.82 years ago 8,179
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
- Added two new configuration options
- 'Experience Cap'
- Is 'True' or 'False'
- Determines whether or not Gravestones have the 100 XP points storage limit that deaths have in Vanilla
- This mechanic is the reason for seeming to always leave behind seven-and-a-bit levels after death in vanilla
- 'Experience Kept'
- Is 'All', 'Three Quarters', 'Two Thirds', 'Half', 'One Third', 'One Quarter', or 'Vanilla'
- Determines what percentage of experience is kept after death, in case you feel XP storage is unbalanced
- 'Vanilla' makes it use the vanilla algorithm of leaving behind
7 * experience levelXP points. For reference, 7 XP points is the amount needed to get from level 0 to level 1
- 'Experience Cap'
- Fix gravestones sometimes being unopenable despite saying that you are the owner
- This could occur if the player crashed after dying, logged off after dying, and possibly in other situations
- Fix gravestones being damaged multiple times after death if placed in the same position as a previous gravestone
- Fix inconsistent capitalization of configuration names
- Fix /gravestones command outputting missing spaces and having incorrectly placed commas
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:Heh3BbSv:CdcLgoyh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Heh3BbSv:CdcLgoyh"
}


