Tags
Creators
Details
All versions
1.0.4-1.20.1
Release
Gravestones 1.0.42 years ago 16.4K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
- Changed the soul particles from Gravestones
- Aesthetic Gravestones no longer emit any soul particles
- Functional Gravestones now emit soul particles even if the person right-clicking is not the owner of the grave (purely visual)
- Slightly changed Damaged Gravestone texture
- Gravestones are now waterlogged by default when spawned in water or a waterlogged block
- Changed where the text appears on Gravestones
- The time_format Configuration is now an Enum Configuration than a String Configuration, meaning you now choose from a few options rather than entering in any format
- As a result of this, 'fixed' the bug where invalid formats could be entered, which would crash the game
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:siWOez1G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Heh3BbSv:siWOez1G"
}


