{
	// The chance a mineral is dropped when an overworld stone block is broken. By default 1/50.
	// min: 0.0, max: 1.0
	"extraMineralChanceOnOverworldStoneBreak": 0.002,
	// The chance a mineral is dropped when a nether stone block is broken. By default 1/100.
	// min: 0.0, max: 1.0
	"extraMineralChanceOnNetherStoneBreak": 0.01,
	// If enabled, mining overworld stone blocks in the overworld has a chance to drop an overworld mineral. These consist of diamonds, gold nuggets, iron nuggets, lapis lazuli, redstone and emeralds.
	"enableOverworldMinerals": true,
	// If enabled, mining nether stone blocks in the nether has a chance to drop a nether mineral. These consist of quartz and gold nuggets.
	"enableNetherMinerals": true,
	// If enabled, minerals won't drop from stone mined with the silk touch enchantment.
	"disableMineralDropsWithSilkTouch": true,
	// If enabled, sends a message when a mineral is found to the player who broke the stone block.
	"sendMessageOnMineralFind": true,
	// The message sent to the player who found a hidden mineral when 'sendMessageOnMineralFind' is enabled.
	"foundMineralMessage": "You've found a mineral hidden in the block!",
	// If enabled, minerals won't be dropped if the player is a fake. For example when a mod breaks a block as a simulated player.
	"ignoreFakePlayers": true
}