All versions
forge-26.2-9.9.3
Release
Corail Tombstone 9.9.3 for 26.2 [Forge]2 weeks ago 46
Compatibility
Minecraft: Java Edition
26.2
Platform
Forge
Supported environments
Client and server
Changes
This mod supports mc version from 1.8.9 to 26.2
Minecraft Version = [26.2] - Forge Version [65.0.0+] - Java 25
Latest : 9.9.3 - Recommended : 9.9.3
Changes 9.9.3:
- ritual flute melodies now play automatically on the correct block once learned (the ritual flute screen is removed)
- rewrote most lore stories (some objectives may have changed)
- fixes mixin in ItemInput
Changes 9.9.2:
- new lore "The Nights of Nour": the Endless Storyteller has left her parchments scattered across the desert, and an ancient lamp seems to interest the undead roaming there. A very special carpet might be offered to you
- Grave Guardian trades are now data-driven -> cost/reward items can simply be item/count or a loot entry (so also a loottable) -> If you want to add new trades with a datapack, you can check the default trades as examples (in folder /data/tombstone/grave_guardian_trades)
- fixes casting particle lifetime
- fixes guiscale being changed when opening guiscreen (issue 349)
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:YT5K34AB:pr9FtBVg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YT5K34AB:pr9FtBVg"
}

