Mining World
🟠 Updated over a year ago⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.2% endorsement rate
- 🏆 #18 of 538 adventure mods in this game by downloads
📋 About This Mod
# 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
# 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.
- 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/
/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/
📊 Mod Details
- Game
- Minecraft Mods
- Author
- Denfop
- Version
- 1.0.0
- Downloads
- 2,088
- Endorsements
- 5
- Category
- adventure
- Created
- 9/7/2025
- Updated
- 8/26/2025
- Game Versions
- 1.21.8
- Tags
- adventure, utility, worldgen
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Mining World support?
The author lists 1.21.8. Other versions may work but are untested by the author.
What is the latest version of Mining World?
Version 1.0.0, published 2025-08-26 with 2,088 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await