Consume
Removes a provided amount of items from the item stack.
Type ID: apoli:consume
Fields
| Field | Type | Default | Description |
|---|---|---|---|
amount |
Integer | 1 |
The amount of items to remove. |
Example
"item_action": {
"type": "apoli:consume",
"amount": 1
}
Removes a provided amount of items from the item stack.
Type ID: apoli:consume
| Field | Type | Default | Description |
|---|---|---|---|
amount |
Integer | 1 |
The amount of items to remove. |
"item_action": {
"type": "apoli:consume",
"amount": 1
}