Skip to content

Consume

apace100 edited this page Nov 2, 2020 · 1 revision

Item Action. Removes a provided amount of items from the item stack.

Type ID: origins:consume

Fields:

amount, int: The amount of items to remove. int Example:

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

This action removes 4 items from the stack.

Clone this wiki locally