
This mod is discontinued. I'd recommend you check out Dropt instead!
JSON-based configuration to add additional drops, with chances and optional required tools, to any block in the game.
Important notes:
- All names are registry names.
- Chance is one over the provided value. So a value of 5 means the loot has a 1/5 chance of dropping i.e. will drop about every 5 blocks broken.
- "nothing" and "anything" are valid options for "toolRep".
Syntax Example (<> denotes optional):
{
"BLOCKNAME": [
{
"toolRep": "<TOOLNAME:<META (can be wildcarded with '*'>",
"lootRep": "LOOTNAME:<QUANTITY>:<META (don't try to wildcard here!)>",
"chance": INTEGER
}
]
}