Falling Block
Spawns a falling block with specified velocity.
Parameters
Parameter | Description | Example |
---|---|---|
Location | The location to spawn the falling block in the format of world, x, y, z . | world, 196.5, 64, -381.5 |
Velocity | Sets the velocity of falling blocks to launch them in a specific direction. Values should not be too high (max around 10). Format: x, y, z . | 0.5, 1.3, 0 |
Block | The block to use as falling block. Items will not work! | STONE |
BlockData | The block data of the block if applicable (e.g. open gate, rotated stair). Use [] for none. | [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