Mineralas
A mod that changes the generation of ores into clusters.
542
7
Game Mechanics
World Generation
Mineralas has been archived. Mineralas will not receive any further updates unless the author decides to unarchive the project.
Compatibility
Minecraft: Java Edition
1.19.x
1.18.2
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated last year
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",
...
]
}