{
  "format_version": "1.26.10",
  "particle_effect": {
    "description": {
      "identifier": "minecraft:eyeblossom_close",
      "basic_render_parameters": {
        "material": "particles_alpha",
        "texture": "textures/particle/pixel"
      }
    },
    "components": {
      "minecraft:emitter_lifetime_once": {},
      "minecraft:emitter_rate_instant": {
        "num_particles": 1
      },
      "minecraft:emitter_shape_point": {
        "direction": [
          {
            "expression": "math.random(-1, 1)",
            "version": 13
          },
          {
            "expression": "math.random(-1, 1)",
            "version": 13
          },
          {
            "expression": "math.random(-1, 1)",
            "version": 13
          }
        ]
      },
      "minecraft:particle_appearance_billboard": {
        "size": [
          0.0375,
          0.0375
        ],
        "facing_camera_mode": "lookat_xyz",
        "direction": {
          "mode": "derive_from_velocity",
          "custom_direction": [
            0,
            0,
            0
          ],
          "min_speed_threshold": 0.1
        },
        "uv": {
          "uv": [
            0,
            0
          ],
          "uv_size": [
            1,
            1
          ]
        }
      },
      "minecraft:particle_appearance_tinting": {
        "color": {
          "gradient": {
            "0.000000": [
              {
                "expression": "95.0/255.0 * math.min(math.random(0.875, 1.125), 1.0)",
                "version": 12
              },
              {
                "expression": "95.0/255.0 * math.min(math.random(0.875, 1.125), 1.0)",
                "version": 12
              },
              {
                "expression": "95.0/255.0 * math.min(math.random(0.875, 1.125), 1.0)",
                "version": 12
              },
              1
            ]
          },
          "interpolant": 0
        }
      },
      "minecraft:particle_initial_speed": [
        {
          "expression": "math.random(-0.5, 0.5)",
          "version": 12
        },
        {
          "expression": "math.random(1.0, 2.0)",
          "version": 12
        },
        {
          "expression": "math.random(-0.5, 0.5)",
          "version": 12
        }
      ],
      "minecraft:particle_lifetime_expression": {
        "max_lifetime": {
          "expression": "math.random(0.0, 1.0) + 0.5",
          "version": 12
        }
      },
      "minecraft:particle_motion_dynamic": {}
    }
  }
}