Skip to content

Curated Configuration

Deepslate Generator

Generate Deepslates below Y=0

{
"cobbleGen": [
{
"id": "minecraft:cobbled_deepslate",
"weight": 100,
"maxY": 0
},
{
"id": "minecraft:cobblestone",
"weight": 100,
"minY": -1
}
],
"stoneGen": [
{
"id": "minecraft:deepslate",
"weight": 100,
"maxY": 0
},
{
"id": "minecraft:stone",
"weight": 100,
"minY": -1
}
],
"formatVersion": "1.0"
}

Ore Generation

Generate randomized ores if block is generated above bedrock

{
"customGen": {
"cobbleGen": {
"minecraft:bedrock": [
{
"id": "minecraft:emerald_ore",
"weight": 2
},
{
"id": "minecraft:diamond_ore",
"weight": 5
},
{
"id": "minecraft:lapis_ore",
"weight": 8
},
{
"id": "minecraft:gold_ore",
"weight": 10
},
{
"id": "minecraft:iron_ore",
"weight": 15
},
{
"id": "minecraft:coal_ore",
"weight": 20
},
{
"id": "minecraft:cobblestone",
"weight": 80
}
]
}
},
"formatVersion": "1.0"
}