Tags
Creators
Details
Licensed Apache-2.0
Published 2 months ago
Updated 2 weeks ago
All versions
1.13.0+26.3
Release
Hardcore Revive+ v1.13.0 - Data Pack Mod2 weeks ago 64
Compatibility
Minecraft: Java Edition
26.3
Platforms
Fabric
NeoForge
Quilt
Supported environments
Client and server
Changes
Release 1.13.0+26.3
Updated
- Updated Hardcore Revive+ for Minecraft 26.3.
- Updated advancements and predicates for the changes in 26.3.
Fixed
- Fixed Soul Charm reviving normal spectators instead of only HCRPlus ghosts.
- Fixed some Life Jam cases with 1, 3 and 5 max lives and the item refunds.
- Fixed missing settings after updating older worlds.
- Fixed Auto Revive timers still running after Auto Revive was disabled or a preset was changed.
- Fixed presets and max lives changing ghost lives.
- Fixed some smaller settings menu and navigation problems.
- Added warnings when Server Spawn is selected but no spawn was set.
Changed
- Cleaned up some scoreboard and default settings.
- Reworked some settings and migration handling for updates.
- Cleaned up some commands and settings menus.
Note
- English texts and translations are sometimes made or corrected with AI, so my changes and descriptions are easier to understand in English.
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:Huz7HM6Q:I7onGt9E"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Huz7HM6Q:I7onGt9E"
}

