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

44 lines
875 B
JSON

{
"feature": "minecraft:lush_caves_clay",
"placement": [
{
"type": "minecraft:count",
"count": 62
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 256
},
"min_inclusive": {
"above_bottom": 0
}
}
},
{
"type": "minecraft:environment_scan",
"allowed_search_condition": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
"direction_of_search": "down",
"max_steps": 12,
"target_condition": {
"type": "minecraft:solid"
}
},
{
"type": "minecraft:random_offset",
"xz_spread": 0,
"y_spread": 1
},
{
"type": "minecraft:biome"
}
]
}