Tags
Creators
Details
All versions
3.2.18+1.20.1
Release
Forgotten Graves 3.2.18+1.20.12 years ago 21.9K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
3.2.18
Supports Minecraft versions: 1.20-1.20.4
Added
- Added a configuration option to determine the merge order when retrieving graves. You're able to pick from two options:
GRAVEandCURRENT.GRAVEwill result in the inventory returning to what it was before you died, and then merging in any items you had while retrieving the grave.CURRENTwill result in the items in your grave being merged into the inventory you currently have while retrieving the grave.
Updated
- The merge code now tries to fill empty equipment slots with previously equipped gear from both inventories (respecting merge order).
- When retrieving graves, items will now be consolidated into existing stacks within the base inventory (respecting NBT tags).
- Custom models will now use the same collision box as the default models to prevent issues between the client and server disagreeing about collision.
- The method of identifying loaded resource packs and their load order has been improved.
- Updated translations
en_us.jsonandes_mx.json.
Fixed
- Fixed an issue causing unintentional block placement when retrieving graves (#112).
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:FrZIkosK:hl5Pr83o"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FrZIkosK:hl5Pr83o"
}

