Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated last year
All versions
2.0.10
Release
You're in Grave Danger [NeoForge] 2.0.10last year 412
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
You're in Grave Danger 2.0.10
Changes
- Mods adding external inventories, without specific compat, should now have their items handled by YiGD (meaning they might get stored in a grave instead of dropping)
- Item-loss can now be weighted to prefer selection items for destruction of larger stacks
- Losing individual items though item loss will now be registered as destroyed by the backup system
- Item-loss can be configured to apply other drop rules than the DESTROY drop rule
- Added some common soulbound enchantments to standard soulbound enchantment tag
Fixes
- Fixed random error when applying item loss to modded inventories, which would cause death handling to be ignored
- Graveyards will no longer try to generate graves where graves have already been generated
- Graveyards can now successfully generate graves cross-dimensionally
- When graves drop items on the ground when destroyed/claimed, it will now only contain items contained in the grave (no soulbound, already dropped, or destroyed items)
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:q7QSIoJk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HnD1GX6e:q7QSIoJk"
}


