{
  "format_version": "1.26.10",
  "particle_effect": {
    "description": {
      "identifier": "minecraft:dust_plume",
      "basic_render_parameters": {
        "material": "particles_alpha",
        "texture": "textures/particle/particles"
      }
    },
    "components": {
      "minecraft:emitter_lifetime_once": {},
      "minecraft:emitter_rate_instant": {
        "num_particles": 7
      },
      "minecraft:emitter_shape_point": {
        "direction": [
          {
            "expression": "Math.random(-0.45, 0.45)",
            "version": 11
          },
          0.95,
          {
            "expression": "Math.random(-0.45, 0.45)",
            "version": 11
          }
        ]
      },
      "minecraft:particle_appearance_billboard": {
        "size": [
          0.165,
          0.165
        ],
        "facing_camera_mode": "lookat_xyz",
        "direction": {
          "mode": "derive_from_velocity",
          "custom_direction": [
            0,
            0,
            0
          ],
          "min_speed_threshold": 0.1
        },
        "uv": {
          "texture_width": 128,
          "texture_height": 128,
          "uv": [
            0,
            0
          ],
          "uv_size": [
            1,
            1
          ],
          "flipbook": {
            "base_UV": [
              56,
              0
            ],
            "size_UV": [
              8,
              8
            ],
            "step_UV": [
              -8,
              0
            ],
            "frames_per_second": 8,
            "max_frame": 8,
            "stretch_to_lifetime": true
          }
        }
      },
      "minecraft:particle_appearance_lighting": {},
      "minecraft:particle_appearance_tinting": {
        "color": {
          "gradient": {
            "0.000000": [
              {
                "expression": "0.73 - variable.particle_random_1 * 0.2",
                "version": 11
              },
              {
                "expression": "0.69 - variable.particle_random_1 * 0.2",
                "version": 11
              },
              {
                "expression": "0.76 - variable.particle_random_1 * 0.2",
                "version": 11
              },
              1
            ]
          },
          "interpolant": 0
        }
      },
      "minecraft:particle_initial_speed": {
        "expression": "Math.random(1.5, 3.0)",
        "version": 11
      },
      "minecraft:particle_lifetime_expression": {
        "max_lifetime": {
          "expression": "7.0 / 20.0 / Math.random(0.5, 1.0)",
          "version": 11
        }
      },
      "minecraft:particle_motion_dynamic": {
        "linear_acceleration": [
          0,
          {
            "expression": "-2.0 * Math.pow(0.88, variable.particle_age)",
            "version": 11
          },
          0
        ],
        "linear_drag_coefficient": {
          "expression": "1.96 * Math.pow(0.92, variable.particle_age)",
          "version": 11
        }
      }
    }
  }
}