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

27 lines
466 B
JSON

{
"feature": "minecraft:twisting_vines",
"placement": [
{
"type": "minecraft:count",
"count": 10
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"below_top": 0
},
"min_inclusive": {
"above_bottom": 0
}
}
},
{
"type": "minecraft:biome"
}
]
}