!colors
Mobs have a chance to spawn marked with a Bounty! A marked Bounty mob will have special effects, sizes, stats, and will bountifully reward the player with fully configurable loot drops, and bonus stats upon bounty hunter level ups, enhancing the combat experience.
The vision for this mod is to upgrade the experience when fighting mobs and give incentive for exploring to find these special Bounty mobs and hunt them down. This can enhance existing mob hunting systems, or players can grind to become a full fledged Bounty Hunter. A full list of Bounty mob stats, Player Bounty Hunter stats, and rewards are listed below.
The mod is fully configurable. If you want a more vanilla feel, meaning you just want random mobs to possibly spawn with enhanced stats without the glowing or changed sizes, you can set the following:
See below for how to edit the configuration file
Loot drops are configured for every tier. The mod comes with default preconfigured drops, but you can remove them or change them (check the Configuration sections below for more details).
Each tier has a list of drops mapped to entity identifiers (or regex patterns of entity identifiers). Each drop in the list has that entity identifier pattern, a drop chance, number of rolls, and list of weighted items that can drop. You can think of each Drop as like a Loot Table.
When a player kills a Bounty Mob, all matching Drops roll through their list of weighted items (higher weights more likely to drop), and drops items based on the configuration.
The configuration file is fully documented here: https://github.com/spoorn/SpoornBountyMobs/blob/main/config-documentation.json5
(Documentation in the config file is also generated when you load the mod)
The config file is at config/spoornbountymobs.json5. There are configurations for each Tier of mobs, and top-level configurations such as chance for mob to be marked with a bounty, Bonus health/damage per Player's Bounty Hunter Level, etc.
For example, if you want to turn off the highlights to have a more immersive and chance encounter experience, you can set "bountyMobGlowDuration" : 0.
Loot drops are finally here!
The mod comes with default preconfigured loot drops. If you had previously installed this mod, you'll need to delete the config file and restart the game to regenerate it.
This is FULLY CONFIGURABLE end to end. You can configure for each tier, what distribution of item drops can drop for any mob entity. The configuration supports regex meaning you can fully customize the loot drops for any items (including other mods) and any mob entity (including other mods). See the config documentation for schema and example: https://github.com/spoorn/SpoornBountyMobs/blob/main/config-documentation.json5#L38-L142
/spoornbountymobs stats <player> Will display the player's stats
I want to eventually add a UI for this
!commands
!requires fabric
Also requires Cloth Config API: /mod/cloth-config
Recommended to include HealthOverlay so you can see how many Hearts you have beyond the vanilla cap: https://www.curseforge.com/minecraft/mc-mods/health-overlay-fabric
This mod is required on both client and server

Mobs have a chance to spawn marked with a Bounty and gain special abilities/stats/rewards. Player Bounty Hunters also gain stats based on progress