Mineralas
A mod that changes the generation of ores into clusters.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Mineralas
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
```json5 { "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 }, // ... } ``` ```json5 { "featuresToRemove": { "toRemove": [ "minecraft:ore_copper", "minecraft:ore_gold", "techreborn:ruby_ore", "techreborn:tin_ore", "modern_industrialization:ore_generator_bauxite", "modern_industrialization:ore_generator_uranium", ... ] } ```

