{
  "format_version": "1.26.10",
  "particle_effect": {
    "description": {
      "identifier": "minecraft:conduit_particle",
      "basic_render_parameters": {
        "material": "particles_alpha",
        "texture": "textures/particle/particles"
      }
    },
    "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": [
          {
            "expression": "variable.particle_random_1 * 0.05 + 0.02",
            "version": 0
          },
          {
            "expression": "variable.particle_random_1 * 0.05 + 0.02",
            "version": 0
          }
        ],
        "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": [
            {
              "expression": "Math.round(variable.particle_random_2 * 11) * 8",
              "version": 0
            },
            104
          ],
          "uv_size": [
            8,
            8
          ]
        }
      },
      "minecraft:particle_appearance_tinting": {
        "color": {
          "gradient": {
            "0.000000": [
              {
                "expression": "variable.particle_random_3 * 0.54 + 0.36",
                "version": 0
              },
              {
                "expression": "variable.particle_random_3 * 0.54 + 0.36",
                "version": 0
              },
              {
                "expression": "variable.particle_random_3 * 0.6 + 0.4",
                "version": 0
              },
              1
            ]
          },
          "interpolant": 0
        }
      },
      "minecraft:particle_lifetime_expression": {
        "max_lifetime": {
          "expression": "Math.random(0.5, 2.5)",
          "version": 0
        }
      },
      "minecraft:particle_motion_parametric": {
        "relative_position": [
          {
            "expression": "variable.pos = 1 - (variable.particle_age / variable.particle_lifetime); return variable.direction_x * variable.pos;",
            "version": 0
          },
          {
            "expression": "variable.direction_y * variable.pos - Math.pow((1 - variable.pos), 3) * 1.2",
            "version": 0
          },
          {
            "expression": "variable.direction_z * variable.pos",
            "version": 0
          }
        ]
      }
    }
  }
}