
CobbleOre Generator
Main Function
This mod fundamentally changes how standard cobblestone generators work in Minecraft. Instead of regular stone, they start producing any types of ores, including those added by other mods.
How It Works
With a 25% probability, when generating cobblestone, a random ore from the c:ores
block tag will be created. This means that even the rarest and most powerful ores from additional mods have equal chances of appearing alongside regular coal veins.
Balance Configuration
If the default settings seem too powerful, you can easily change them through the configuration file .minecraft/config/cog.json
.
Here's an example configuration where cobblestone has a 30% chance of appearing, diamond block - 1%, and cake - 69%:
{
"generatableBlocks": {
"minecraft:cobblestone": 30,
"minecraft:diamond_block": 1,
"minecraft:cake": 69
}
}
Usage in Modpacks
The mod is fully compatible with any modpacks and can be freely included in your builds.