CurseForge · Minecraft mod
Extra Mining World
Adds a mining world
Quick answer
Which Extra Mining World release should I use?
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.
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.
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.
- 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.
- 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.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 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
- Create a JSON file with your desired settings in
data/<modid>/miningworld/. - Restart the game or use
/reload. - Any new mining dimension created via
/digdimwill 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.
1.21.6
1 loader build1.21.5
1 loader build1.21.4
1 loader build1.21.1
1 loader build1.20.1
2 loader builds1.19.2
1 loader buildCheck 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
miningworld-1.20.1-1.2
miningworld-1.2.jar
26 Aug 2025
miningworld-1.19.2-1.0
miningworld-1.0.jar
26 Aug 2025
miningworld-1.21.8-1.0
miningworld-1.0.0.jar
26 Aug 2025
miningworld-1.21.6-1.0
miningworld-1.0.0.jar
26 Aug 2025
miningworld-1.21.5-1.0
miningworld-1.0.0.jar
26 Aug 2025
miningworld-1.21.4-1.0
miningworld-1.0.0.jar
26 Aug 2025
miningworld-1.21.1-1.1
miningworld-1.21.1-1.1.jar
26 Aug 2025
miningworld-1.21.1-1.0
miningworld-1.21.1-1.0.jar
26 Aug 2025
miningworld-1.20.1-1.1
miningworld-1.1.jar
19 Aug 2025
miningworld-1.20.1-1.0
miningworld-1.0.jar
17 Aug 2025
Looking for an older file? The official CurseForge project page is in Resources.