Consume - apace100/origins-fabric GitHub Wiki
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.