on_craftengine_block_interact_event
Triggers when a CraftEngine custom block is interacted with — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | on_craftengine_block_interact_event |
| Type | Misc |
| Color | Yellow |
| Icon | mdi:hand-back-right |
Fields
| Field | Type | Description |
|---|---|---|
blockId | String | The custom block ID that triggers this event (e.g., 'namespace:block_id'). Leave empty for any custom block. |
location | Optional<Var<Position>> | The location where the block was interacted with (optional) |
Usage Example
- entry: on_craftengine_block_interact_event
name: "Triggers when a CraftEngine custom block is interacted with"
blockId: ""
location: ""