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

27 lines
485 B
JSON

{
"feature": "minecraft:ore_diamond_large",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 9
},
{
"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"
}
]
}