LootBags

LootBags

31M Downloads

question regarding config(mc 1.10.2)

SDUBZ opened this issue ยท 6 comments

commented

drop chances" {
# This is the resolution of the bag drop chances. Only change this if you want bags with rarity resolutions > 0.1%
I:"1 Weighting Resolution"=100

why was the config set to 1000 by default and what is 1000 in percentage chance?

commented

The chance to get a bag is expressed as a ratio of weight/resolution, so 15/100 is a 15% chance to drop, but 15/1000 is a 1.5% chance to drop.

commented

also noticed something wierd is happening with loot bags and everlasting abilities when you get a ability totem in a loot bag it always says none on it for some reason

commented

I don't know what ability totems are or what mod adds them, but it sounds like they're using NBT data to express their effect and that's not being carried over.

commented

yeah its very odd

commented

well i was just wondering if it would be possible to get some sort of compat between your mod and everlasting abilities or if there was a way to register the items manually in some way?
also heres the mod page https://minecraft.curseforge.com/projects/everlastingabilities?gameCategorySlug=mc-mods&projectID=248353 if you were interested in getting these 2 mods to work together

commented

As far as I can tell, everything is working perfectly on my end, the loot function is being applied and NBT data is being added to the item that's spawned.
You can whitelist them manually with the NBT data applied through the lootbags_pullNBT command.