4.0.0
Compatibility
Changes
Bounty Loss Update โ New Features & Fixes
โจ New Features
๐ Reroll Token & /reroll
-
Added a new Reroll Token item.
-
Players can now use
/rerollwhen they have a Reroll Token in their inventory. -
Reroll Tokens are craftable with:
- 1 Compass
- 6 Diamonds
- 2 Enchanted Golden Apples
๐งญ Tracking Compass
-
Added a new Tracking Compass.
-
Players receive a Tracking Compass when they get assigned a bounty.
-
The compass tracks their current bounty target.
-
The compass automatically refreshes every 10 minutes.
-
The compass updates correctly when the target changes dimensions.
-
The compass is removed when:
- The bounty is completed.
- The bounty expires.
โ๏ธ Relic Rewards
- Fixed relic rewards disappearing when the player's inventory is full.
- Relics now drop on the ground instead of being lost.
๐ ๏ธ Fixes
โค๏ธ Heart Redemption
- Fixed an issue where holding right-click with multiple Hearts caused the eating animation to play without actually consuming the item.
- Heart redemption now works correctly.
๐งก Heart Crafting Recipe
-
Added a new Heart crafting recipe:
- 4 Trial Keys
- 4 Diamond Blocks
- 1 Enchanted Golden Apple
๐จ Mace Recipe Changes
-
Changed the Mace crafting recipe.
-
Heavy Core has been replaced with a Dragon Egg.
-
New recipe uses:
- Breeze Rod
- Dragon Egg
Thank you for playing Bounty Loss!
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:9h6Rx0e9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hNMOtriZ:9h6Rx0e9"
}

