HomeJavaModsExtra Mining World
Extra Mining World
ModsJava

Extra Mining World

by denfop · on CurseForge

Adds a mining world

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.8 · NeoForge⬇ Download for 1.21.6 · NeoForge⬇ Download for 1.21.5 · NeoForge⬇ Download for 1.21.4 · NeoForge⬇ Download for 1.21.1 · NeoForge⬇ Download for 1.20.1 · NeoForge⬇ Download for 1.20.1 · Forge⬇ Download for 1.19.2 · Forge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Mining World

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

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


Usage

/digdim

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

data/<modid>/miningworld/
{
  "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


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

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more