Block Action At (Entity Action Type)

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

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

Type ID: apoli:block_action_at

Fields

FieldTypeDefaultDescription
block_actionBlock Action TypeThe block action type to execute.

Examples

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

This example will execute a apoli:set_block that would set a Sand block at the entity’s feet.