ejektaflex / Bountiful

A Minecraft mod adding bounties for specific items.
https://minecraft.curseforge.com/projects/bountiful
GNU General Public License v3.0
91 stars 32 forks source link

[Bug?]: bounty seems to give way too many rewards sometimes #273

Closed cubebotfan closed 7 months ago

cubebotfan commented 7 months ago

What happened?

Not sure if this is a bug or not but I'm getting some bounty rewards that are worth way more than the items are worth image Here I have a bounty for 25 stone widgets for 3 nomidollars

"all_obj_stone_widget": {
    "type": "item",
    "content": "kubejs:stone_widget",
    "amount": {
        "min": 5,
        "max": 25
    },
    "unitWorth": 3,
    "rarity": "COMMON"

}

The 25 stone widgets should be worth 75 units

"all_rew_nomi_dollar": {
    "type": "item",
    "content": "kubejs:nomi_dollar",
    "amount": {
        "min": 1,
        "max": 3
    },
    "unitWorth": 100,
    "rarity": "EPIC"
}

the 3 nomidollars should be worth 300 units

How the heck does 75 units end up giving 300 units worth of rewards?

Mod Version

6.0.3

Mod Loader

Forge

Mod Loader Version

47.2.20

cubebotfan commented 7 months ago

Would really love to have a more detailed explanation of how rarity works since it seems to do more than the wiki says it does

cubebotfan commented 7 months ago

Just realized there's a discord server. I'll ask this question there.