minecraft-assets/data/minecraft/worldgen/placed_feature/ore_coal_lower.json

27 lines
466 B
JSON

{
"feature": "minecraft:ore_coal_buried",
"placement": [
{
"type": "minecraft:count",
"count": 20
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 192
},
"min_inclusive": {
"absolute": 0
}
}
},
{
"type": "minecraft:biome"
}
]
}