Description

With Lucky Mining, everytime you mine an ore it has a chance to come back and you will have the oportunity to mining again. The more you mine in a row the higher chance it will have but if you take too long or you mine another block the base chance will reset.
You can configure most of it:
{
"LuckStartChance": 0.4, -- The Starting Lucky Chance
"LuckIncreaseChance": 0.02, -- The Luck increase every time you mine a whitelisted ore
"MaxTimeBetweenBlockBreaksInSeconds": 3, -- The max time between block breaking
"WhitelistOres": [ -- The list of blocks that will have luck
"Ore_Adamantite_",
"Ore_Cobalt_",
"Ore_Copper_",
"Ore_Gold_",
"Ore_Iron_",
"Ore_Mithril_",
"Ore_Onyxium_",
"Ore_Silver_",
"Ore_Thorium"
]
}

