Allows you to add or remove drops from any block in the game
Example config:
Note chance is binomial and in percent - so chance 50, max 2 has a 25% to drop nothing, 50% to drop 1, 25% to drop 2. Not specifying metadata for the block will capture all values, not specifying damage for the stacks will default to 0
"leaves": {
"name": "minecraft:leaves",
"metadata":0,
"stacks": [
{
"name": "minecraft:diamond",
"damage":0,
"chance": 50,
"max": 2
}
]
}