JSON-based configuration to add additional drops, with chances and optional required tools, to any block in the game.
Important notes:
Syntax Example (<> denotes optional):
{
"BLOCKNAME": [
{
"toolRep": "<TOOLNAME:<META (can be wildcarded with '*'>",
"lootRep": "LOOTNAME:<QUANTITY>:<META (don't try to wildcard here!)>",
"chance": INTEGER
}
]
}