{
  "format_version": "1.13.0",
  "minecraft:feature_rules": {
    "description": {
      "identifier": "minecraft:eyeblossom_feature_rules",
      "places_feature": "minecraft:scatter_eyeblossom_feature"
    },
    "conditions": {
      "placement_pass": "surface_pass",
      "minecraft:biome_filter": [
        { "test": "has_biome_tag", "operator": "==", "value": "pale_garden" }
      ]
    },
    "distribution": {
      "iterations": 5,
      "x": "math.random(-8, 8)",
      "y": 0,
      "z": "math.random(-8, 8)"
    }
  }
}