All versions
1.0.2+1.21.5
Release
1.0.2+1.21.5last year 447
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
- Following the
mod_version+game_versionnaming scheme from now on - Added the custom Player NBT bool tag
heartcore:recently_diedto track when a player is dead but hasn't respawned yet - Added the custom Player NBT bool tag
heartcore:seen_beforeto set new player's max health to the server max health - Added the custom Player NBT bool tag
heartcore:health_at_deathto easily track if a player has enough hearts to respawn - Added the
enforceMaxHealthconfig option that will make sure players joining the server don't have more than the maxHearts allowed by the server - Fixed a bug where the random respawn feature would respawn players in caves
- Fixed a bug where the random respawn feature would sometimes cause an out of memory crash (report if encountered)
- Rewrote the respawning logic, so the server won't hang on respawn due to waiting a game tick to switch gamemodes
Optional dependencies
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:65YSWUj9:oNb8a91F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:65YSWUj9:oNb8a91F"
}



