Skip to content

Particle Parameters

shadowmaster435 edited this page Apr 11, 2024 · 2 revisions
  • collides_with_world: whether the particle can travel through terrain, defaults to true

  • remove_on_ground: whether the particle is deleted upon contact with the ground, defaults to true

  • max_age: max age in ticks, defaults to 1

  • horizontal_size: horizontal bounding box size, defaults to 0.05

  • vertical_size: vertical bounding box size, defaults to 0.05

  • amount: how many particles will attempt to spawn per tick, defaults to 1

Example

"particle_parameters": {
    "collides_with_world": true,
    "remove_on_ground": true,
    "max_age": 100,
    "horizontal_size": 0.1,
    "vertical_size": 0.025,
    "amount": 4
}
Clone this wiki locally