Mineralas

A mod that changes the generation of ores into clusters.

810

Mineralas

Mineralas

<a title="Fabric Language Kotlin" href="https://minecraft.curseforge.com/projects/fabric-language-kotlin" target="_blank" rel="noopener noreferrer"><img style="display: block; margin-left: auto; margin-right: auto;" src="https://i.imgur.com/c1DH9VL.png" alt="" width="230" /></a> <img src="https://i.imgur.com/Ol1Tcf8.png" alt="" width="200" >

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", ... ] } ```

ADS