Skip to content

Destroy

Block Action Type.

A block action that destroys the block that calls this action, leaving particles behind.

Type ID: apugli:destroy

Fields

Field Type Default Description
drop_block Boolean Whether the block is dropped upon destroying it.

Example

{
    "block_action": {
        "type": "apugli:destroy"
    }
}
This block action destroys the block that called this action, no item is dropped from it.