Mod

Large Ore Deposits

Quick rating

Large Ore Deposits

No reviews yet

Adds exceedingly rare, supermassive ore deposits that make mining worthwhile

No Theme
Adventure/Exploration
World Gen Improvements
Ores & Resources
Economy & Trade Systems
Mod Loaders
Forge
NeoForge
Fabric
Minecraft
26.2

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
Creative Commons Attribution No Derivatives 4.0 International
Latest Version
AdLods-1.20.1-8.1.11.0-build.2241.jar
Authors
CurseForge
Modrinth

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

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

"Large Ore Deposits" transforms mining into an epic treasure hunt by introducing exceedingly rare, supermassive ore veins hidden throughout the world.

Discovering one of these legendary deposits is a momentous achievement - comparable to finding the Holy Grail - capable of making you filthy rich and fundamentally reshaping your resource economy.

Beyond the wealth, these deposits inject genuine excitement and long-term motivation into the mining process, turning routine ore gathering into a quest for fortune.

The mod combines survival challenge with the thrill of discovery: you'll spend countless hours exploring and probing the earth, scanning for subtle surface clues, only to stumble upon a deposit so vast it could supply your entire base for seasons.

Whether you're a hardcore survival player seeking a meaningful endgame goal or simply want mining to feel more rewarding, this mod delivers both the gameplay depth and the dopamine hit that comes with striking it rich.

REQUIRES ForgeEndertech library.

Struggling to locate deposits? Combine this mod with Advanced Finders for the ultimate ore-hunting experience.

Looking for better above-ground indicators? Try Surface Samples by allhailc3sar.

Key features

  • Easily configurable ore deposits with simple parameters
  • Predefined configs for the most common ores
  • Creation of mixed ore deposits with specified ore proportions
  • In-game commands for testing and tweaking
  • Out-of-the-box compatibility with modded ores
  • Configurable aboveground indicators of underlying deposits (by default, composite circles of Glowroses, Mystical and Vanilla flowers are used)
  • Possibility to generate deposits under certain structures (use the structure name as the aboveground indicator ID in the config)
  • Setting different parameters and restrictions for different dimensions and biomes
  • Adding support for any ores by using in-game commands or putting custom configs to the .minecraft/config/adlods/Deposits folder
  • Controlling the vanilla ore generation using configs in the .minecraft/config/adlods/VanillaOres folder
  • Supported ores by default: aluminum, amethyst, ancient debris, coal, cobalt, copper, diamond, emerald, gold, iridium, iron, lapis, lead, nether gold, nether quartz, nickel, osmium, palladium, platinum, redstone, rhodium, ruby, ruthenium, sapphire, silver, tin, topaz, uranium, zinc.

 

Commands

  • /lods reload_configs - reloads all config files for the changes to take effect (no need to restart the game every time after changing the settings)
  • /lods define_deposit <name> <ore> <rarity> <size> <altitude> - defines a new deposit and creates a config for it with specified parameters
             <name> - unique name of the deposit to identify it, will also be used as the name of the config file
             <ore> - ID of the ore that the deposit will consist of. Example: minecraft:diamond_ore
             <rarity> - a value in chunks, meaning that the deposit will spawn once every X chunks. Example: 2400
            <size> - size limits (in blocks) of the deposit. Will be picked randomly within specified limits each time a deposit spawns. Example: 300..500
            <altitude> - Y-coordinate limits within which the deposit will attempt to spawn. Example: -30..60
  • /lods remove_deposit <deposit_name> - unloads the definition of the specified deposit and deletes its config file
  • /lods list_active_deposits - shows in chat the names of all defined deposits that are loaded and active
  • /lods list_all_generated - creates a list of all generated geodes/deposits for the current world with their coordinates and writes it to the latest.log file
  • /lods list_generated_around - same as above, but only for surrounding chunks within line of sight
  • /lods open_configs_folder - opens the mod's config folder
  • /lods open_latest_log - opens the latest.log file
  • /lods open_deposit_config <deposit_name> - opens the config file of the deposit with the specified name
  • /lods spawn_deposit_here <deposit_name> - spawns an ore deposit at the current position, replacing air blocks as well (useful for quick testing)
  • /lods spawn_deposit_underground <deposit_name> - spawns an ore deposit in the current chunk using the parameters from the config
  • /lods spawn_deposit_at_chunk <deposit_name> <chunkX> <chunkZ> - spawns an ore deposit in the specified chunk (succeeding only if the chunk is loaded)
  • /lods spawn_deposit_at_pos <deposit_name> <posX> <posY> <posZ> - spawns an ore deposit at the specified position (succeeding only if there is a replaceable block there)
  • /lods strip_chunk - removes all blocks except ores in the chunk at the current position
  • /lods strip_chunks_around - removes all blocks except ores in chunks around the current position 
  • /lods dress_chunk - restores removed blocks in the chunk at the current position
  • /lods dress_chunks_around - restores removed blocks in chunks around the current position
  • /lods dress_all_chunks - restores blocks in all chunks that were previously stripped.

Earlier versions

  • /lods list deposits - shows the list of all availiable deposits in the chat (config name = deposit name)
  • /lods list generated - logs the list of generated deposits with their coords (only for loaded chunks)
  • /lods locate configs - opens the mod's config folder
  • /lods add <deposit> <rarity> <minSize_maxSize> <minAltitude_maxAltitude> - defines a new deposit and creates a config for it (e.g. /lods add vibranium 2000 300_600 4_16). In version 1.12 use hyphen ( - ) instead of underscore ( _ )
  • /lods addspec - does the same as above, but allows specifying the exact ore ID (e.g. /lods addspec amethyst 3400 200_400 4_16 oresabovediamonds:amethyst_ore)
  • /lods remove <deposit> - removes definition of specified deposit and its config
  • /lods reload - reloads all configs (no need to restart the game after making some changes)
  • /lods gen <deposit> - generates ore deposit in the current chunk with parameters from the config
  • /lods genat <posX> <posZ> <deposit> - generates ore deposit at the specified position
  • /lods test <deposit> <amount> - generates ore deposit of the specified size at the current position, replacing also air blocks (usefull for quick testing without having to go underground)
  • /lods strip chunk - removes all blocks in the current chunk, which are not ores
  • /lods strip around - removes all blocks in surrounding chunks, which are not ores
  • /lods dress <chunk | around | all> - restores removed blocks (note that removed blocks are not saved between sessions, so make sure you have restored them all before shutting down the server)

 

Modpacks

  • Feel free to use the mod in any modpacks.
  • You are allowed to use it without asking for permission.

"Large Ore Deposits" transforms mining into an epic treasure hunt by introducing exceedingly rare, supermassive ore veins hidden throughout the world.

Discovering one of these legendary deposits is a momentous achievement - comparable to finding the Holy Grail - capable of making you filthy rich and fundamentally reshaping your resource economy.

Beyond the wealth, these deposits inject genuine excitement and long-term motivation into the mining process, turning routine ore gathering into a quest for fortune.

The mod combines survival challenge with the thrill of discovery: you'll spend countless hours exploring and probing the earth, scanning for subtle surface clues, only to stumble upon a deposit so vast it could supply your entire base for seasons.

Whether you're a hardcore survival player seeking a meaningful endgame goal or simply want mining to feel more rewarding, this mod delivers both the gameplay depth and the dopamine hit that comes with striking it rich.

REQUIRES ForgeEndertech library

Struggling to locate deposits? Combine this mod with Advanced Finders for the ultimate ore-hunting experience.

Looking for better above-ground indicators? Try Surface Samples by allhailc3sar.

Key Features

Flexible Ore Configuration

Create custom ore deposits with simple parameters or choose from 30+ predefined configs for popular ores.

Advanced Deposit Control

  • Mix multiple ores in single deposits with customizable proportions
  • Set dimension and biome-specific parameters and restrictions
  • Trigger deposit generation when specific structures are placed

Modded Ore Support

Works out-of-the-box with modded ores. Add support for any ore via in-game commands or custom config files in .minecraft/config/adlods/Deposits.

Surface Indicators

Configure aboveground markers to reveal underlying ore deposits. Default indicators include composite circles of Glowroses, Mystical flowers, and Vanilla flowers. Alternatively, you can use placed features or any blocks as a custom indicator.

Vanilla Ore Control

Manage vanilla ore veins generation through configs in .minecraft/config/adlods/VanillaOres.

In-Game Testing Tools

Use built-in commands to test and tweak configurations in real-time.

30+ Predefined Configs for Popular Ores

Aluminum, amethyst, ancient debris, coal, cobalt, copper, diamond, emerald, gold, iridium, iron, lapis, lead, nether gold, nether quartz, nickel, osmium, palladium, platinum, redstone, rhodium, ruby, ruthenium, sapphire, silver, tin, topaz, uranium, zinc.

Commands

  • /lods reload_configs - reloads all config files for the changes to take effect (no need to restart the game every time after changing the settings)

  • /lods define_deposit - defines a new deposit and creates a config for it with specified parameters

    - unique name of the deposit to identify it, will also be used as the name of the config file

    - ID of the ore that the deposit will consist of. Example: minecraft:diamond_ore

    - a value in chunks, meaning that the deposit will spawn once every X chunks. Example: 2400

    - size limits (in blocks) of the deposit. Will be picked randomly within specified limits each time a deposit spawns. Example: 300..500

    - Y-coordinate limits within which the deposit will attempt to spawn. Example: -30..60

  • /lods remove_deposit <deposit_name> - unloads the definition of the specified deposit and deletes its config file

  • /lods list_active_deposits - shows in chat the names of all defined deposits that are loaded and active

  • /lods list_all_generated - creates a list of all generated geodes/deposits for the current world with their coordinates and writes it to the latest.log file

  • /lods list_generated_around - same as above, but only for surrounding chunks within line of sight

  • /lods open_configs_folder - opens the mod's config folder

  • /lods open_latest_log - opens the latest.log file

  • /lods open_deposit_config <deposit_name> - opens the config file of the deposit with the specified name

  • /lods spawn_deposit_here <deposit_name> - spawns an ore deposit at the current position, replacing air blocks as well (useful for quick testing)

  • /lods spawn_deposit_underground <deposit_name> - spawns an ore deposit in the current chunk using the parameters from the config

  • /lods spawn_deposit_at_chunk <deposit_name> <chunkX> <chunkZ> - spawns an ore deposit in the specified chunk (succeeding only if the chunk is loaded)

  • /lods spawn_deposit_at_pos <deposit_name> <posX> <posY> <posZ> - spawns an ore deposit at the specified position (succeeding only if there is a replaceable block there)

  • /lods strip_chunk - removes all blocks except ores in the chunk at the current position

  • /lods strip_chunks_around - removes all blocks except ores in chunks around the current position

  • /lods dress_chunk - restores removed blocks in the chunk at the current position

  • /lods dress_chunks_around - restores removed blocks in chunks around the current position

  • /lods dress_all_chunks - restores blocks in all chunks that were previously stripped.

Screenshots

Gallery

  • Submerged Geode
    Submerged Geode Test sample
  • Composite Aboveground Indicators
    Composite Aboveground Indicators Test samples to get an idea. The real indicators would be less obvious.
  • Vanilla Aboveground Indicator
    Vanilla Aboveground Indicator Just a sample. The real one would be less obvious.
  • Test Samples
    Test Samples
  • Underground View
    Underground View
  • Underground View
    Underground View
  • Test Samples
    Test Samples
  • Composite Indicators
    Composite Indicators Test samples to gauge their appearance. Real indicators are far more subtle.
  • Submerged Geode
    Submerged Geode Generate magnificent geodes in endless types and shapes
  • Vanilla Indicator
    Vanilla Indicator Just a sample. The real one would be far more subtle.
  • Redstone Deposit
    Redstone Deposit
  • Diamond Deposit
    Diamond Deposit

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

52.6m
Total Downloads
CurseForge
52.6m
Modrinth
~1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync