generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 176
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.
Tutorials (Data packs)
Video Tutorial by CandyCaneCazoo
Tutorials (Add-ons)
Working with more unique powers
Lists
List of vanilla damage source names
Data Types