Tags
Creators
Details
1.4.0+1.19.2
Compatibility
Required content
Changes
-
Fixed an issue where dying in the void in a non-End Dimension would crash the game
-
Fixed an issue where the coffin would get deleted without dropping items when the End Obsidian Platform was placed
-
Fixed an issue where crashing the game upon death would respawn you with your items and the coffin upon reentering the world
-
Coffin Owners are now stored using the UUID
-
Added the Gravedigger's Key: Allows you to lock your coffins to keep your items save. One Time Use
-
The Coffin Locked Noise is now quieter
-
Added the gamerule deathRequiresCoffin; When dying, a coffin will only be placed if the player has one on them
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:mywo5U3J:H1xcxG9i"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mywo5U3J:H1xcxG9i"
}

