neoforge-26.2-9.9.3
Compatibility
Changes
This mod supports mc version from 1.8.9 to 26.2
Minecraft Version = [26.2] - NeoForge Version [26.2.0.1+] - Java 25
Latest : 9.9.3 - Recommended : 9.9.3
Changes 9.9.3:
- 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)
- fixes mixin in ItemInput
Changes 9.9.2:
- About Grave Guardian trades:
- trades will no longer reset entirely if a single trade can't be loaded (from a removed mod's item)
- trades for items disabled via config now show as "out of stock" instead of being removed or replaced, and will work again automatically if the item is re-enabled
- trade restocking now depends on each trade's behavior: some trades gradually regain stock over time, others swap to a new offer once exhausted, and some always swap offers on restock
- updates all trades to be more dynamic
- cyclable options in screen config are translatable (with text scrolling if needed)
- improves grave preview in screen config
- re-adds the crafting recipe to set a capturable type on receptacle of familiar
- ingredients from coded recipes are put correctly in the crafting grid when clicking the recipe in the recipe book (enchanted grave key & receptacle of familiar with a capturable type)
- adds russian translation (courtesy of lNullCatl)
- updates dutch lang
- adapts readable scrolls to be less cryptic (and command /tbreadable)
- fixes advancement "Rise and Rest"
- fixes command /tbrecovery (issue 347)
Changes 9.9.1:
- fixes undeads not recognized as tamable
- fixes spawn for servant undeads in peaceful difficulty
- fixes depthStencil for particle pipeline
- fixes depth for rendering colored box
Changes 9.9.0:
- initial port
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:6ZkZoZ8J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YT5K34AB:6ZkZoZ8J"
}

