All versions
1.0.0
Alpha
BountyLoss 1.0.02 months ago 16
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
Bounty Loss
- Bounty Loss is a progression-based Minecraft mod built around risk, combat, and rewards. Players gain and lose hearts based on bounty outcomes, making every fight meaningful.
Heart System :
- Start with a set number of hearts
- Gain or lose hearts through gameplay actions
- Run out of hearts and face a permanent ban until revived
Bounty System:
- Players are assigned random bounty targets
- Complete your bounty by eliminating your target within the time limit
- Fail your bounty and lose a heart
High Stakes PvP :
- Killing your bounty target rewards you with a random relic
- Losing hearts raises the stakes for every encounter
Relics :

- Powerful items that grant passive effects when carried
- Includes Strength, Speed, Resistance, Regeneration, Fire Resistance, and
- Absorption relics
- Relics work even when stored in bundles
Commands :
- /bounty – View your current target or cooldown
- /hearts – Check your heart count
- /withdrawhearts – Convert hearts into items
- /revive – Revive banned players (requires Revival Beacon)
Playstyle :
- Bounty Loss turns Minecraft into a high-risk survival experience where every player is a target, every kill matters, and power is earned through danger.
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:hNMOtriZ:aagoB8jV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hNMOtriZ:aagoB8jV"
}

