Consume
Removes a provided amount of items from the item stack.
Type ID: origins:consume
Fields
| Field | Type | Default | Description |
|---|---|---|---|
amount |
Integer | 1 |
The amount of items to remove. |
Examples
"item_action": {
"type": "origins:consume",
"amount": 1
}
This example will "consume" (remove) 1 item from the item stack.