{
  "format_version": "1.26.10",
  "particle_effect": {
    "description": {
      "identifier": "minecraft:wind_charged_emitter",
      "basic_render_parameters": {
        "material": "particles_alpha",
        "texture": "textures/particle/small_gust"
      }
    },
    "components": {
      "minecraft:emitter_lifetime_once": {
        "active_time": 1
      },
      "minecraft:emitter_rate_instant": {
        "num_particles": 2
      },
      "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.125,
          0.125
        ],
        "facing_camera_mode": "lookat_xyz",
        "direction": {
          "mode": "derive_from_velocity",
          "custom_direction": [
            0,
            0,
            0
          ],
          "min_speed_threshold": 0.1
        },
        "uv": {
          "texture_width": 55,
          "texture_height": 8,
          "uv": [
            0,
            0
          ],
          "uv_size": [
            1,
            1
          ],
          "flipbook": {
            "base_UV": [
              0,
              0
            ],
            "size_UV": [
              8,
              8
            ],
            "step_UV": [
              8,
              0
            ],
            "frames_per_second": 12,
            "max_frame": 6
          }
        }
      },
      "minecraft:particle_appearance_lighting": {},
      "minecraft:particle_lifetime_expression": {
        "max_lifetime": 0.5
      }
    }
  }
}