{
  "format_version": "1.26.10",
  "particle_effect": {
    "description": {
      "identifier": "minecraft:vault_connection_particle",
      "basic_render_parameters": {
        "material": "particles_blend",
        "texture": "textures/particle/vault_connection"
      }
    },
    "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.075 + 0.03",
            "version": 12
          },
          {
            "expression": "variable.particle_random_1 * 0.075 + 0.03",
            "version": 12
          }
        ],
        "facing_camera_mode": "lookat_xyz",
        "direction": {
          "mode": "derive_from_velocity",
          "custom_direction": [
            0,
            0,
            0
          ],
          "min_speed_threshold": 0.1
        },
        "uv": {
          "texture_width": 8,
          "texture_height": 8,
          "uv": [
            0,
            0
          ],
          "uv_size": [
            8,
            8
          ]
        }
      },
      "minecraft:particle_appearance_tinting": {
        "color": {
          "gradient": {
            "0.000000": [
              {
                "expression": "variable.particle_random_3 * 0.54 + 0.36",
                "version": 12
              },
              {
                "expression": "variable.particle_random_3 * 0.54 + 0.36",
                "version": 12
              },
              {
                "expression": "variable.particle_random_3 * 0.6 + 0.4",
                "version": 12
              },
              {
                "expression": "math.lerp((math.clamp(variable.particle_age / variable.particle_lifetime, 0.2, 0.8) - 0.2) / 0.6, 0.0, 0.6)",
                "version": 12
              }
            ]
          },
          "interpolant": 0
        }
      },
      "minecraft:particle_lifetime_expression": {
        "max_lifetime": {
          "expression": "Math.random(0.5, 2.5)",
          "version": 12
        }
      },
      "minecraft:particle_motion_parametric": {
        "relative_position": [
          {
            "expression": "variable.pos = 1 - (variable.particle_age / variable.particle_lifetime); return variable.direction.x * variable.pos;",
            "version": 12
          },
          {
            "expression": "variable.direction.y * variable.pos - Math.pow((1 - variable.pos), 3) * 1.2",
            "version": 12
          },
          {
            "expression": "variable.direction.z * variable.pos",
            "version": 12
          }
        ]
      }
    }
  }
}