Snow Launcher

Emits snow particles with spread over a specific time span.

Parameters

Parameter
Information
Example

Location

The location of the block.

world, 196, 64, -381

Velocity

In which direction should the snow shoot.

0, 1, 0

Amount

The amount of particles to spawn each shot.

5

Spread

Works the same as the randomizer parameter. It spreads out the shots a little bit. Try to keep this at low values for the best effect.

0.3

Force

Whether the particle should be forcibly rendered by the player or not.

false

Duration

The duration of the effect in ticks.

40

Interval

Every how many ticks it should shoot snow. For example if set to 5 it'll shoot every 5 ticks.

5

StartUp

The time it takes to display the full amount of particles. Set to 0 to disable it.

20

Delay

The amount of ticks this effect waits after the show starts before its activation.

40

YML Preset
'1':
  Type: SNOW_LAUNCHER
  Location: world, 0, 0, 0
  Velocity: 0, 1, 0
  Amount: 3
  Force: false
  Duration: 100
  Interval: 1
  StartUp: 0
  Delay: 0

Last updated

Was this helpful?