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

27 lines
456 B
JSON

{
"feature": "minecraft:vines",
"placement": [
{
"type": "minecraft:count",
"count": 127
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 100
},
"min_inclusive": {
"absolute": 64
}
}
},
{
"type": "minecraft:biome"
}
]
}