Links
Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published 3 years ago
Updated 7 months ago
All versions
1.3.0+mod
Release
v1.3 (Mod)last year 5,758
Compatibility
Minecraft: Java Edition
1.21.6–1.21.10
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
Datapack Version 1.3
Settings Changes
- (+) UI menu for settings
- (+) Added Auto Unlock and Auto Unlock timer settings
- (+) Added locked grave Keys toggle
- (+) Added Death Locator Compass toggle
- (/) Increased default time until grave despawn (5min -> 10min)
Grave changes
- (+) Added keys which will unlock their corresponding grave and disappears once used
- (+) Added Death Locator Compass and disappears from the inventory once the grave is opened
- (+) Added smart placement for graves
- If the player dies in a block, the grave will check for adjacent open spaces
- If a player dies mid-air, the grave will move to down to the floor
- If the player dies in lava, the grave will move to the surface of the lava
- If void recovery is enabled, dying over the void will be treated as dying in the void
- (+) When the datapack is enabled/disabled through the settings, it will restore relevant gamerules to their original values
- (/) Grave depawn timers continue even when the grave is not in a loaded chunk
- (+) Added music disc Tears to the
rare_itemsitem tag
Bugfixes:
- Spectators no longer leave graves
- Gold blocks were missing from the
resourcesitem tag
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:Lz6s3KKO:3XQkTuPu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Lz6s3KKO:3XQkTuPu"
}

