Zum Hauptinhalt springen

on_craftengine_block_interact_event

Triggers when a CraftEngine custom block is interacted with — misc entry.

Entry Information

PropertyValue
Entry IDon_craftengine_block_interact_event
TypeMisc
ColorYellow
Iconmdi:hand-back-right

Fields

FieldTypeDescription
blockIdStringThe custom block ID that triggers this event (e.g., 'namespace:block_id'). Leave empty for any custom block.
locationOptional<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: ""