/
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.
/digdim
This creates a mining dimension with ore generation based on your JSON settings.
data/<modid>/miningworld/
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
}
data/<modid>/miningworld/./reload./digdim will use these settings.AGPLv3
