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

35 lines
626 B
JSON

{
"feature": "minecraft:birch_tall",
"placement": [
{
"type": "minecraft:count",
"count": {
"type": "minecraft:weighted_list",
"distribution": [
{
"data": 10,
"weight": 9
},
{
"data": 11,
"weight": 1
}
]
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:surface_water_depth_filter",
"max_water_depth": 0
},
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
},
{
"type": "minecraft:biome"
}
]
}