Back to mods
Extra Mining World project artwork

CurseForge · Minecraft mod

Extra Mining World

Adds a mining world

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Extra Mining World release should I use?

Updated 11 months ago
Latest stable file miningworld-1.20.1-1.2
Game version 1.20.1
Loader NeoForge, Forge

Extra Mining World miningworld-1.20.1-1.2 targets 1.20.1 with NeoForge, Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is Extra Mining World required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge, Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Extra Mining World miningworld-1.20.1-1.2 need?

miningworld-1.20.1-1.2. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add Extra Mining World without breaking your instance.

Built for Extra Mining World miningworld-1.20.1-1.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use miningworld-1.20.1-1.2. It targets 1.20.1 with NeoForge, Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside miningworld-1.20.1-1.2. It opens that exact file at the source.

About this project

What does Extra Mining World add?

Mining World

This mod adds a separate mining world with customizable ore generation.
All generation is controlled via JSON files, allowing you to define:

  • Ore type
  • Blocks it replaces
  • Height range
  • Vein size and number of veins per chunk
  • Chance of spawning

Players and servers can create their own ore sets without modifying the mod’s code.


Usage

  • After installing the mod, use the command:
/digdim

This creates a mining dimension with ore generation based on your JSON settings.

  • JSON configuration files are located in:
data/<modid>/miningworld/
  • Example file iron_ore.json:
{
  "ore_block": "minecraft:iron_ore",
  "replace_block": "minecraft:stone",
  "min_height": 0,
  "max_height": 56,
  "min_vein_size": 3,
  "max_vein_size": 7,
  "min_veins_per_chunk": 2,
  "max_veins_per_chunk": 5,
  "chance": 0.8
}

JSON Parameters

  • ore_block — block to generate.
  • replace_block — block that is replaced.
  • min_height / max_height — vertical range for veins.
  • min_vein_size / max_vein_size — minimum and maximum vein size.
  • min_veins_per_chunk / max_veins_per_chunk — number of veins per chunk.
  • chance — probability of vein spawning (0.0–1.0).

Adding Custom Generation

  1. Create a JSON file with your desired settings in data/<modid>/miningworld/.
  2. Restart the game or use /reload.
  3. Any new mining dimension created via /digdim will use these settings.

License

AGPLv3

Project description from CurseForge.

Pick your setup

Extra Mining World by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

8 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Extra Mining World versions and loaders

10 of 10 releases match

Looking for an older file? The official CurseForge project page is in Resources.