

Mineralas

Description
Mineralas is a mod that changes ore generation to clusters. There is support for many mods, including Modern Industrialization, Tech Reborn. The full list you can see on GitHub. You can now find ore samples on the surface in the overworld, they indicate the presence of an ore deposit below them. To find out what kind of ore you need a geological hammer, you just need to click it on the ore sample
Config
{
"ironDeposit": {
"depositEnabled": true, // You can disable the feature for some ore deposits
"depositRarity": 50, // Ore deposit rarity
"depositSize": 78 // Ore deposit size
"deepslateChance": 50 // Is a chance to generate deepslate ore instead of stone ore
},
// ...
}
{
"featuresToRemove": {
"toRemove": [
"minecraft:ore_copper",
"minecraft:ore_gold",
"techreborn:ruby_ore",
"techreborn:tin_ore",
"modern_industrialization:ore_generator_bauxite",
"modern_industrialization:ore_generator_uranium",
...
]
}