Ore Vein Generation
No reviews yet
Mineral veins are less common. However, now you can find large veins that will last for a long time. And, extremely rarely there are huge veins, which are enough for the whole game.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Overview
Ore Veins overhauls vanilla ore generation to encourage exploration and transportation. Instead of common small deposits, you'll find rare but massive veins that require establishing mining outposts and transport routes.
Features
▸▸ Massive Veins: Rare but enormous ore deposits
▸▸ Exploration Focus: Incentive to explore caves and mountains
▸▸ Transport Systems: Makes railways and roads meaningful
▸▸ Six Distinct Shapes:
1 Cloud:
A sphere filled with scattered, uneven pockets. Density varies randomly, creating ore-rich zones and empty voids within the same body. (copper,…)
2 Disk:
A wide, gently undulating horizontal sheet. Follows the ancient landscape, forming curved, nearly flat layers that can be traced across terrain. (andesite, diorite,…)
3 Falloff:
A sphere with smooth density gradient—richest at the core, fading toward the edges. Creates a clear “bullseye” pattern underground. (gold,…)
4 Kimberlite:
A tall, narrow, twisting vertical pipe. Often bends or branches, cutting through multiple rock layers from deep bedrock to near surface. (diamond,coal,…)
5 Sphere:
A large, nearly uniform spherical deposit. Consistent density throughout, forming predictable, rounded ore bodies. (iron,…)
6 Lens:
A flattened, oval-shaped lenticular deposit. Thickens in the center and tapers toward the edges, like a flattened lens or pillow. (coal,…)
🎨 Fully Customizable Generation
Beyond the preset vein types, Ore Veins provides a complete configuration system that lets you:
▸▸ Build custom shapes – bend, stretch, and distort spheres and cylinders with radial, surface, and volume noise
▸▸ Control size distributions with different random generators
▸▸ Create complex ore mixtures using the ChanceMapping system
▸▸ Set up templates (Specs) and override any parameter in specific placements
▸▸ Disable vanilla ore generation entirely with Removals
All configuration is done through JSON files in config/ore_veins/worldgen/, making it ideal for modpack creators and server admins.
🧭 Mining Philosophy
Ore Veins replaces common ore deposits with rare mineral formations, ranging from compact seams to colossal treasures up to 96 blocks in diameter — true underground vaults of wealth.
🏔️ "Harsh Survival" Style (without helper mods):
Here, you'll truly learn to value every scrap of iron from a chest or a fight without a shield. The "Stone Age" may last several play sessions. Your strategy shifts from digging to exploration: seek out rocky outcrops where ore is exposed, and delve into the deepest cave systems.
🔍 "Industrial Logistics" Style (with prospecting mods):
The intended experience for builders. We recommend reducing vein frequency in the world config — this makes each discovery a strategic prize, justifying the construction of roads and rails for hundreds of blocks. The core gameplay becomes about developing infrastructure, not endless searching.
The total ore in the world remains close to vanilla, but now it requires systematic exploration and thoughtful logistics.
Configuration
Files created automatically, after first game launch.
1.3.0 and above:
config/ore_veins/server.toml- Server settingsconfig/ore_veins/client.toml- Client settingsconfig/ore_veins/worldgen/*.json- Detailed world generation settingsconfig/ore_veins/docs/readme.md- Detailed documentation on modifying world generation
1.2.2 and below (legacy):
config/ore_veins.json5- World generation settingsconfig/ore_veins_client.json5- Client-side options
Requirements
- Fabric Loader
- Minecraft 1.19.4 - 1.21.11
Dependencies
Required:
Recommended:
Supported Mods
Ore Support:
Tested With:
Screenshots
![]()
Version History
- 1.3.1 (Current)
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 0.8.0 - Initial release
See also my other mods
Overview
Ore Veins overhauls vanilla ore generation to encourage exploration and transportation. Instead of common small deposits, you'll find rare but massive veins that require establishing mining outposts and transport routes.
Features
-
Massive Veins: Rare but enormous ore deposits
-
Exploration Focus: Incentive to explore caves and mountains
-
Transport Systems: Makes railways and roads meaningful
-
Six Distinct Shapes:
- Cloud:
A sphere filled with scattered, uneven pockets. Density varies randomly, creating ore-rich zones and empty voids within the same body. (copper,...)
- Disk:
A wide, gently undulating horizontal sheet. Follows the ancient landscape, forming curved, nearly flat layers that can be traced across terrain. (andesite, diorite,...)
- Falloff:
A sphere with smooth density gradient—richest at the core, fading toward the edges. Creates a clear “bullseye” pattern underground. (gold,...)
- Kimberlite:
A tall, narrow, twisting vertical pipe. Often bends or branches, cutting through multiple rock layers from deep bedrock to near surface. (diamond,coal,...)
- Sphere:
A large, nearly uniform spherical deposit. Consistent density throughout, forming predictable, rounded ore bodies. (iron,...)
- Lens:
A flattened, oval-shaped lenticular deposit. Thickens in the center and tapers toward the edges, like a flattened lens or pillow. (coal,...)
Fully Customizable Generation
Beyond the preset vein types, Ore Veins provides a complete configuration system that lets you:
-
Build custom shapes – bend, stretch, and distort spheres and cylinders with radial, surface, and volume noise
-
Control size distributions with different random generators
-
Create complex ore mixtures using the ChanceMapping system
-
Set up templates (Specs) and override any parameter in specific placements
-
Disable vanilla ore generation entirely with Removals
All configuration is done through JSON files in config/ore_veins/worldgen/, making it ideal for modpack creators and server admins.
Mining Philosophy
Ore Veins replaces common ore deposits with rare mineral formations, ranging from compact seams to colossal treasures up to 96 blocks in diameter — true underground vaults of wealth.
🏔 "Harsh Survival" Style (without helper mods): Here, you'll truly learn to value every scrap of iron from a chest or a fight without a shield. The "Stone Age" may last several play sessions. Your strategy shifts from digging to exploration: seek out rocky outcrops where ore is exposed, and delve into the deepest cave systems.
🔍 "Industrial Logistics" Style (with prospecting mods): The intended experience for builders. We recommend reducing vein frequency in the world config — this makes each discovery a strategic prize, justifying the construction of roads and rails for hundreds of blocks. The core gameplay becomes about developing infrastructure, not endless searching.
The total ore in the world remains close to vanilla, but now it requires systematic exploration and thoughtful logistics.
Gameplay Impact
- Early game: Harder to find initial resources, encourages exploration
- Mid/late game: Rewards systematic exploration and infrastructure planning
- Infrastructure: Creates need for transport networks between mining outposts
Configuration
Files created automatically, after first game launch.
1.3.0 and above:
- config/ore_veins/server.toml - Server settings
- config/ore_veins/client.toml - Client settings
- config/ore_veins/worldgen/*.json - Detailed world generation settings
- config/ore_veins/docs/readme.md - Detailed documentation on modifying world generation
1.2.2 and below (legacy):
- config/ore_veins.json5 - World generation settings
- config/ore_veins_client.json5 - Client-side options
Compatibility
- Works alongside vanilla ore generation
- Compatible with most biome mods
- Client config for performance optimization
Requirements
- Fabric API
- Fabric Language Kotlin
- Cloth Config API
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers