Blocks with a wide range of drops are poorly supported
TheDeviantCrafter opened this issue ยท 3 comments
Thaumcraft's urns drop a wide variety of potions, along with a few other items like diamonds and ender pearls. To get a good representitive sample of what this block drops, you'd need to break a few hundred of them.
I copied profiled a huge amount of terrain, but only a handful of potions are listed. This is because urns have a wide range of drops, but generate rarely.
I'd like to be able to add a list of blocks to a config. JER would list the frequency of the specific block as it does now, but it would check for block drops in a more thorough manner. It should either calculate the absolute percentages from the loot table, or just randomly grab a few hundred items.
Urn screenshot:
Not 100% sure how I would implement this, I'm thinking a command to scan blocks (defined by blockstate) from a file. Something like /jer_loot [count]
which would break and loot the blocks from a lootables.txt
file. Would this work for you?
Can you explain that in a little more detail? Would I put a list of blocks and blockstates in the loot_tables.txt
file?