{
  "format_version": "1.26.10",
  "particle_effect": {
    "description": {
      "identifier": "minecraft:cherry_leaves_particle",
      "basic_render_parameters": {
        "material": "particles_alpha",
        "texture": "textures/particle/cherry_petal_atlas"
      }
    },
    "components": {
      "minecraft:emitter_initialization": {
        "creation_expression": {
          "expression": "v.fall_acc = -0.3;v.wind_acc = 2;v.curve_len = 15;",
          "version": 9
        }
      },
      "minecraft:emitter_lifetime_expression": {},
      "minecraft:emitter_rate_manual": {
        "max_particles": 2000
      },
      "minecraft:emitter_shape_box": {
        "offset": [
          0.5,
          -0.075,
          0.5
        ],
        "half_dimensions": [
          0.5,
          0,
          0.5
        ],
        "direction": "outwards"
      },
      "minecraft:particle_appearance_billboard": {
        "size": [
          {
            "expression": "v.particle_random_1 > 0.5 ? 0.05 : 0.075",
            "version": 9
          },
          {
            "expression": "v.particle_random_1 > 0.5 ? 0.05 : 0.075",
            "version": 9
          }
        ],
        "facing_camera_mode": "lookat_xyz",
        "direction": {
          "mode": "derive_from_velocity",
          "custom_direction": [
            0,
            0,
            0
          ],
          "min_speed_threshold": 0.1
        },
        "uv": {
          "texture_width": 12,
          "texture_height": 9,
          "uv": [
            {
              "expression": "math.floor(v.particle_random_1 * 4) * 3",
              "version": 9
            },
            {
              "expression": "math.floor(v.particle_random_2 * 3) * 3",
              "version": 9
            }
          ],
          "uv_size": [
            3,
            3
          ]
        }
      },
      "minecraft:particle_appearance_lighting": {},
      "minecraft:particle_appearance_tinting": {
        "color": {
          "gradient": {
            "0.000000": [
              1,
              1,
              1,
              1
            ]
          },
          "interpolant": 0
        }
      },
      "minecraft:particle_initial_speed": 0,
      "minecraft:particle_initial_spin": {
        "rotation": {
          "expression": "math.random(0,360)",
          "version": 9
        },
        "rotation_rate": {
          "expression": "math.random(-30,30)",
          "version": 9
        }
      },
      "minecraft:particle_lifetime_expression": {
        "max_lifetime": 15
      },
      "minecraft:particle_motion_collision": {
        "collision_drag": 10,
        "collision_radius": 0.075,
        "expire_on_contact": true,
        "events": []
      },
      "minecraft:particle_motion_dynamic": {
        "linear_acceleration": [
          {
            "expression": "math.cos(v.particle_random_3 * 60) * v.wind_acc * math.pow(math.min(v.curve_len, v.particle_age) / v.curve_len, 1.25)",
            "version": 9
          },
          {
            "expression": "v.fall_acc",
            "version": 9
          },
          {
            "expression": "math.sin(v.particle_random_3 * 60) * v.wind_acc * math.pow(math.min(v.curve_len, v.particle_age) / v.curve_len, 1.25)",
            "version": 9
          }
        ],
        "rotation_acceleration": {
          "expression": "v.particle_random_4 > 0.5 ? -5 : 5",
          "version": 9
        }
      }
    }
  }
}