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

27 lines
467 B
JSON

{
"feature": "minecraft:ore_lapis_buried",
"placement": [
{
"type": "minecraft:count",
"count": 4
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 64
},
"min_inclusive": {
"above_bottom": 0
}
}
},
{
"type": "minecraft:biome"
}
]
}