All versions
1.0.0
Release
lifesteal mod EXTRA 1.0.04 months ago 458
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
🎉 Initial Release - v1.0.0
✨ Features
- Life Steal Mechanic: Kill another player to permanently gain +1 Heart. Get killed by a player to permanently lose -1 Heart.
- Heart Limit: Maximum 20 hearts (40 health points). Minimum 1 heart before spectator mode.
- Spectator Mode: Players who reach 0 hearts are automatically placed into spectator mode.
- Admin Commands:
/heart get <player>— View a player's current hearts./heart set <player> <hearts>— Set a player's hearts directly (1-20)./heart <player> [amount]— Give hearts to a player.
- Persistent Data: Player heart values are saved in
config/life-steal.jsonand persist across server restarts. - Hardcore Disable: The mod automatically disables its mechanics in Hardcore mode to preserve vanilla experience.
🔧 Technical Details
- Built for Minecraft 1.21.11
- Requires Fabric Loader
>=0.16.0and Fabric API>=0.140.0 - Uses Mojang official mappings
- Client and server source sets are separated (
splitEnvironmentSourceSets)
🐛 Known Issues
- None at this time. Please report any bugs on the issue tracker.
Thank you for downloading Life Steal! Enjoy the high-stakes PvP experience.
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:V4iit66l:OGur4pLy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V4iit66l:OGur4pLy"
}

