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

47 lines
893 B
JSON

{
"feature": "minecraft:swamp_oak",
"placement": [
{
"type": "minecraft:count",
"count": {
"type": "minecraft:weighted_list",
"distribution": [
{
"data": 2,
"weight": 9
},
{
"data": 3,
"weight": 1
}
]
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:surface_water_depth_filter",
"max_water_depth": 2
},
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
},
{
"type": "minecraft:biome"
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:would_survive",
"state": {
"Name": "minecraft:oak_sapling",
"Properties": {
"stage": "0"
}
}
}
}
]
}