Emit Game Event
Emits a 'game event' at the entity. See here for valid game events ID that you can use.
Type ID: apoli:emit_game_event
Fields
| Field | Type | Default | Description |
|---|---|---|---|
event |
Identifier | The ID of a game event. |
Example
"entity_action": {
"type": "apoli:emit_game_event",
"event": "minecraft:ring_bell"
}
This example emits a minecraft:ring_bell game event, which has a redstone signal output of 6.