Ores Reduced

Quick rating

Ores Reduced

No reviews yet

And a mod that allows you to reduce ore veins and vein sizes

World Gen Improvements
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.0
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

OresReduced

OresReduced makes mining matter again. It lowers ore world generation so that resources are scarcer and more valuable — fewer veins, smaller veins, and rarer large veins — across the Overworld and the Nether. Perfect for survival servers, hardcore worlds, and any pack that wants a slower, more rewarding progression.

It is lightweight (a few KB), server-friendly, requires no dependencies (no Fabric API needed), and is fully configurable.


✨ What it does

By default (matching a classic 0.5 / 0.5 setup):

  • Vein size ×0.5 — each ore cluster contains about half as many blocks.
  • Vein count ×0.5 — about half as many veins generate per chunk.
  • Large veins ×2 rarer — big rare veins (e.g. large diamond veins) appear half as often.

Both reductions stack, so by default you get roughly a quarter of the ore of vanilla (~75% less) — without breaking world generation in any way.

🪨 Affected ores

Every valuable ore, in the Overworld and the Nether — vanilla and modded:

Coal · Iron · Copper · Gold · Redstone · Lapis Lazuli · Diamond · Emerald · Nether Gold · Nether Quartz · Ancient Debris (Netherite)

Purely decorative/building blobs are left at vanilla by default (andesite, diorite, granite, tuff, gravel, dirt, clay, infested stone, magma, soul sand, blackstone) — but you can include them with one config edit.

📉 Examples (vanilla → default config)

Ore Veins per chunk Vein size
Diamond (small) 7 → 4 4 → 2
Diamond (large, rare) 1 in 9 chunks → 1 in 18 12 → 6
Iron (mountains) 90 → 45 9 → 5
Gold 4 → 2 9 → 5
Redstone 4 (+8 deep) → 2 (+4) 8 → 4
Coal 30 + 20 → 15 + 10 17 → 9
Emerald 100 → 50 3 → 2
Nether Quartz 16 → 8 14 → 7
Ancient Debris unchanged frequency 2 → 1 / 3 → 2

⚙️ Configuration

A config file is generated on first launch at config/oresreduced.json:

{
  "enabled": true,
  "sizeMultiplier": 0.5,
  "generationChance": 0.5,
  "affectModdedOres": true,
  "excludedOres": [
    "andesite", "diorite", "granite", "tuff", "gravel",
    "dirt", "clay", "infested", "magma", "soul_sand", "blackstone"
  ]
}
Option Description
enabled Master switch. false = vanilla generation.
sizeMultiplier Multiplies ore vein size (0.01–1.0; 1.0 = vanilla).
generationChance Multiplies ore vein count per chunk and rarity (0.01–1.0; 1.0 = vanilla).
affectModdedOres Also reduce ores added by other mods.
excludedOres Ore families left untouched (matched by feature name, e.g. andesite, gravel, or gold).

Examples

  • Hardcore (~1/16 of vanilla ore): sizeMultiplier: 0.25, generationChance: 0.25.
  • Gentle (~half of vanilla ore): 0.75 / 0.75.
  • Smaller veins, same amount: sizeMultiplier: 0.5, generationChance: 1.0.
  • Also thin out gravel/dirt: remove them from excludedOres.
  • Don't touch gold: add "gold" to excludedOres.

Changes apply on the next server/world restart and affect newly generated chunks only. Already-generated terrain keeps its ore.

❓ What happens where an ore was removed?

Nothing strange — that spot is simply normal stone / deepslate / netherrack. Ore generation only ever replaces stone with ore, so reducing it just leaves more plain stone. Terrain shape, caves, lava, water, structures and other ores are completely unchanged. No holes, no gaps, no corruption.

🔧 Compatibility

  • Minecraft: 1.21.4
  • Loader: Fabric (Fabric Loader ≥ 0.16.0)
  • Dependencies: none — Fabric API is not required
  • Side: server-side (works in singleplayer too via the integrated server)
  • Works alongside other mods; modded ores are reduced too (toggle with affectModdedOres).

🛠️ How it works (technical)

OresReduced does not permanently overwrite any files. While the world's worldgen data is loading, it intercepts the ore configured_feature / placed_feature JSON and rescales size, count and rarity according to your config (via a mixin on RegistryDataLoader). This keeps it compatible with other mods' ores and never corrupts game data.

📦 Installation

  1. Install Fabric for Minecraft 1.21.4.
  2. Drop oresreduced-fabric-1.21.4-1.0.0.jar into your mods/ folder (server side).
  3. Start once, then tweak config/oresreduced.json if you like and restart.

Enjoy mining that actually feels rewarding again! ⛏️

Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works