All versions
1.0.1
Release
Bug Fixes + Cross of Revival [NEOFORGE]last month 454
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Added Cross of Revival self-revive item
- Added crafting recipe for Cross of Revival
- Added config options for self-revive and revive cost items
- Added gold HUD bar and "Self Revival" text for self-revive
- Added gold dust particles on self-revive and void rescue
- Added config sync to clients on join
- Fixed Totem of Undying not activating when held (players were getting knocked instead of totem popping)
- Fixed players sometimes getting stuck in a permanent "dead but alive" state
- Fixed /kill and void damage not properly killing knocked players
- Fixed tick damage (poison, wither, fire) causing broken states while knocked
- Fixed compatibility with Legendary Survival Overhaul (screen shake, stasis, broken health)
- Fixed compatibility with corpse/graveyard mods
- Fixed kills not going through when players had totems in inventory
- Fixed sound config showing obfuscated field names
- Fixed potential crashes on dedicated servers
- Improved universal mod compatibility with defensive error handling
- Mob effects are now cached on knock and restored on revive with adjusted duration
- Added automatic stuck-state recovery for edge cases
- Added dimension change handling for knocked players
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:iF2k7LzC:yJqNNpKN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iF2k7LzC:yJqNNpKN"
}

