Tags
Creators
Details
All versions
1.0.3-1.20.1
Release
Gravestones 1.0.32 years ago 16.7K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
- Added a configuration for whether gravestone decay is measured in real time or in server ticks
- Real time is the amount of time in real life. This is recommended for medium-large servers since the timer will be unaffected by server lag. This was the default before this configuration was added.
- Ticks is the amount of time the server is online, although it can vary due to server lag. This is recommended for singleplayer or small servers, since gravestones would be inaccessible while the world is offline but would still decay.
- Added a configuration to allow gravestones to store player XP, which they previously did not.
- Added a configuration to allow XP stored to decrease as the grave decays.
- If enabled, the XP you get when reclaiming your grave will be divided by the decay stage of the grave. To put it simply, at Stage 1 you get 100% back, at Stage 2 only 50%, and Stage 3 only 33%
- Changed the Gravestone Decay Time configuration to use a new configuration type in PneumonoCore, which allows much more flexibility with what you set the time as.
- Added some API stuff that should make it easier to support other mods in the future
- Using the above, added Trinkets API support thanks to Wouter173
- (From PneumonoCore) Massively improved configuration screen, including icons that provide more information about the configuration itself
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:BVMT4IbT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Heh3BbSv:BVMT4IbT"
}


