{
  "format_version": "1.26.10",
  "particle_effect": {
    "description": {
      "identifier": "minecraft:elephant_tooth_paste_vapor_particle",
      "basic_render_parameters": {
        "material": "particles_alpha",
        "texture": "textures/particle/elephant_toothpaste"
      }
    },
    "components": {
      "minecraft:emitter_lifetime_once": {
        "active_time": 5
      },
      "minecraft:emitter_rate_steady": {
        "spawn_rate": 5,
        "max_particles": 25
      },
      "minecraft:emitter_shape_custom": {
        "direction": [
          0,
          1,
          0
        ]
      },
      "minecraft:particle_appearance_billboard": {
        "size": [
          {
            "expression": "variable.size",
            "version": 0
          },
          {
            "expression": "variable.size",
            "version": 0
          }
        ],
        "facing_camera_mode": "lookat_xyz",
        "direction": {
          "mode": "derive_from_velocity",
          "custom_direction": [
            0,
            0,
            0
          ],
          "min_speed_threshold": 0.1
        },
        "uv": {
          "texture_height": 12,
          "uv": [
            0,
            0
          ],
          "uv_size": [
            1,
            1
          ],
          "flipbook": {
            "base_UV": [
              0,
              11
            ],
            "step_UV": [
              0,
              -1
            ],
            "max_frame": 12,
            "stretch_to_lifetime": true
          }
        }
      },
      "minecraft:particle_appearance_lighting": {},
      "minecraft:particle_appearance_tinting": {
        "color": {
          "gradient": {
            "0.000000": [
              1,
              0.72549021,
              0,
              0
            ],
            "1.000000": [
              1,
              0.9333334,
              0.74901962,
              0
            ]
          },
          "interpolant": {
            "expression": "variable.particle_age / variable.particle_lifetime",
            "version": 0
          }
        }
      },
      "minecraft:particle_initial_speed": {
        "expression": "Math.random(2.0, 6.0)",
        "version": 0
      },
      "minecraft:particle_initialization": {
        "per_render_expression": {
          "expression": "variable.size = 0.75 * math.pow(1.0-(variable.particle_age / variable.particle_lifetime), 0.08);",
          "version": 0
        }
      },
      "minecraft:particle_lifetime_expression": {
        "max_lifetime": 5
      },
      "minecraft:particle_motion_collision": {
        "collision_radius": 0.25,
        "events": []
      },
      "minecraft:particle_motion_dynamic": {
        "linear_acceleration": [
          {
            "expression": "Math.random(-0.5, 0.5)",
            "version": 0
          },
          -9.8,
          {
            "expression": "Math.random(-0.5, 0.5)",
            "version": 0
          }
        ]
      }
    }
  }
}