Block Action At

Entity Action Type

Executes a Block Action Type at the position of the entity.

Type ID: origins:block_action_at

Fields

Field Type Default Description
block_action Block Action Type The block action type to execute.

Examples

"entity_action": {
    "type": "origins:block_action_at",
    "block_action": {
        "type": "origins:set_block",
        "block": "minecraft:sand"
    }
}

This example will execute a Set Block (Block Action Type) that would set a Sand block at the entity's feet.