Tags
Creators
Details
All versions
3.2.17+1.20.4
Release
Forgotten Graves 3.2.17+1.20.42 years ago 542
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client and server
Required content
Changes
3.2.17
Supports Minecraft versions: 1.20-1.20.4
Added
- Added support for the Forgotten Graves Redefined resource pack. Here are some of the things that now happen:
- Player names and custom text shows up on the models properly.
- The outline shape changes to match the custom models.
- The player skull shifts slightly away from the tombstone.
Fixed
- The config option
maxStageTimeSecondsnow respects waxed graves (#110). - Trinket items that fail to find an appropriate slot whilst equipping are now placed in your main inventory.
- After a grave is placed, any items remaining in the player inventory should now drop on the ground.
- The goal with this change is to drop any items the code may have missed on the ground, rather than just destroying them.
Updated
- Updated
en_us.jsonandru_ru.jsontranslations thanks to mpustovoi (#109)! - Updated
es_mx.jsontranslation; let me know if there's any mistakes, I'm not a native speaker, thanks! - Grave item models should now look better in first person, third person, and in item frames.
Optional dependencies
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:xKXEIPze"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FrZIkosK:xKXEIPze"
}





