All versions
1.4.0+1.21.11+A
Release
Gravestones 1.4.0+1.21.11+A2 months ago 15.4K
Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
- Added 'Technical' config category
- Contains 'Console Info', 'Spawn Gravestones with Keep Inventory', and the new 'Allow Fake Players'
- This category is for highly technical things that may cause issues or unintended behavior. Change at your own risk!
- Added 'Allow Fake Players' config
- 'Fake Players' are player-like objects used by mods to simulate player behavior. For example, Deployers in Create
- Previously, they were fully blacklisted from interacting with gravestones
- Note that Fake Players are not intentionally supported, and could cause major issues (for example, items collected by Deployers are completely lost!)
- Major API improvements
- Reworked events and add several new events
- Improved documentation
- Improved 'Console Info' logs
- All events now have an ID that is logged if 'Console Info' is enabled, so that the exact listener that caused an issue can be identified easier
- Logs have been made clearer and more detailed
- Fixed gravestone collection not updating cached 'Console Info' value
- (26.1) Added Backpacked support
- (26.1) Added Trinkets support through Trinkets Updated
- (26.1) Added Resource Backpacks support
- (1.20) Added Galosphere support
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| gravestones-1.4.0+1.21.11+A-sources.jar | Unknown | 205.31 KiB |
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:Heh3BbSv:CVZ5NTJP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Heh3BbSv:CVZ5NTJP"
}


