minecraft-src/data/minecraft/worldgen/placed_feature/pale_garden_vegetation.json
2025-07-04 02:00:41 +03:00

23 lines
No EOL
407 B
JSON

{
"feature": "minecraft:pale_garden_vegetation",
"placement": [
{
"type": "minecraft:count",
"count": 16
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:surface_water_depth_filter",
"max_water_depth": 0
},
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
},
{
"type": "minecraft:biome"
}
]
}