Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated last year
All versions
2.0.0-beta.9
Beta
You're in Grave Danger 2.0.0-beta.92 years ago 2,024
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
You're in Grave Danger 2.0.0-beta.9
Changes
- Added
/yigd whitelist listcommand to list all whitelisted/blacklisted players - Improved precision of player position when dropping items that couldn't fit in player inventory after merge of grave and player inventory, when using commands
- Now adds items in inventory after inventory merge, if they can fit, instead of dropping them from the grave
- If a grave would happen to be destroyed due to a bug, the game will let that player know, and give directions to how to restore it (can be disabled through config)
- Added a new config option to drop all contents of a grave when it's destroyed (false by default, as this includes breaking graves in creative mode)
- Added translation for "the bumblezone" dimension in grave GUI
- Added compatibility with orpheus' "orpheus lyre"
Fixes
- Columns of items added by mod inventories that are shown in the grave overview GUI, will now be rendered on the same row as the other columns
- Fixed curse of binding now being stuck when claiming a grave, (unless the cursed item is in the grave)
- Curse of binding trinkets will now be removed from its slot in a grave when dying, as well as stay in the player inventory when claiming a grave
- Curse of binding soulbounded will no longer be stuck in the same slot upon respawn
- Theoretically fixed duplication when standard drop rule was set to DROP (untested)
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:HnD1GX6e:yo9fm92T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HnD1GX6e:yo9fm92T"
}


