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

27 lines
477 B
JSON

{
"feature": "minecraft:ore_diamond_buried",
"placement": [
{
"type": "minecraft:count",
"count": 4
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"above_bottom": 80
},
"min_inclusive": {
"above_bottom": -80
}
}
},
{
"type": "minecraft:biome"
}
]
}