Consume

Item Action.

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.

Example

"item_action": {
    "type": "origins:consume",
    "amount": 1
}