{
  "format_version": "1.26.10",
  "particle_effect": {
    "description": {
      "identifier": "minecraft:ominous_spawning_particle",
      "basic_render_parameters": {
        "material": "particles_alpha",
        "texture": "textures/particle/ominous_spawning"
      }
    },
    "components": {
      "minecraft:emitter_lifetime_once": {
        "active_time": {
          "expression": "variable.lifetime",
          "version": 12
        }
      },
      "minecraft:emitter_rate_steady": {
        "spawn_rate": 10,
        "max_particles": 100
      },
      "minecraft:emitter_shape_sphere": {
        "radius": 2,
        "surface_only": true,
        "direction": "inwards"
      },
      "minecraft:particle_appearance_billboard": {
        "size": [
          {
            "expression": "1 * variable.shrink",
            "version": 12
          },
          {
            "expression": "0.5 * variable.shrink",
            "version": 12
          }
        ],
        "facing_camera_mode": "lookat_direction",
        "direction": {
          "mode": "derive_from_velocity",
          "custom_direction": [
            0,
            0,
            0
          ]
        },
        "uv": {
          "uv": [
            0,
            0
          ],
          "uv_size": [
            1,
            1
          ]
        }
      },
      "minecraft:particle_appearance_tinting": {
        "color": {
          "gradient": {
            "0.000000": [
              0.27058825,
              0.68235296,
              0.99607849,
              1
            ],
            "1.000000": [
              1,
              1,
              1,
              1
            ]
          },
          "interpolant": {
            "expression": "v.particle_age / v.particle_lifetime",
            "version": 12
          }
        }
      },
      "minecraft:particle_initial_speed": {
        "expression": "2 * variable.speed",
        "version": 12
      },
      "minecraft:particle_lifetime_expression": {
        "max_lifetime": 1
      },
      "minecraft:particle_motion_dynamic": {}
    },
    "curves": {
      "variable.shrink": {
        "type": "linear",
        "nodes": [
          1,
          0
        ],
        "input": {
          "expression": "v.particle_age",
          "version": 12
        },
        "horizontal_range": {
          "expression": "v.particle_lifetime",
          "version": 12
        }
      },
      "variable.speed": {
        "type": "bezier",
        "nodes": [
          1,
          2,
          2,
          2
        ],
        "input": {
          "expression": "v.particle_age",
          "version": 12
        },
        "horizontal_range": {
          "expression": "v.particle_lifetime",
          "version": 12
        }
      }
    }
  }
}