Falling Block

Spawns a configurable falling block.

Parameters

ParameterInformationExample

Location

The location to spawn the redstone torch in the format of world, x, y, z.

world, 196.5, 64, -381.5

Velocity

Sets the velocity of falling blocks. This is used to launch falling blocks in a specific direction. Don't set these values too high (I would say around a maximum of 10). Follows the pattern of x, y, z.

0.5, 1.3, 0

Block

STONE

BlockData

[open=true]

Delay

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

40

YML Preset
'1':
  Type: FALLING_BLOCK
  Location: world, 0, 0, 0
  Velocity: 0, 0, 0
  Block: STONE
  BlockData: []
  Delay: 0

Preview

Youtube Tutorial

Last updated