{
  "type": "minecraft:vegetation_patch",
  "config": {
    "depth": {
      "type": "minecraft:uniform",
      "min_inclusive": 2,
      "max_inclusive": 4
    },
    "extra_bottom_block_chance": 0.3,
    "extra_edge_column_chance": 0.4,
    "ground_state": {
      "type": "minecraft:simple_state_provider",
      "state": {
        "Name": "minecraft:powder_snow"
      }
    },
    "replaceable": "#minecraft:moss_replaceable_snow",
    "surface": "floor",
    "vegetation_chance": 0.15,
    "vegetation_feature": {
      "feature": "minecraft:snowy_vegetation",
      "placement": []
    },
    "vertical_range": 5,
    "xz_radius": {
      "type": "minecraft:uniform",
      "max_inclusive": 7,
      "min_inclusive": 3
    }
  }
}