Craft Specific Item Amount
Tracks the number of matching crafted output items.
Use this when the amount of crafted items matters. A single craft can count as more than one if the recipe output gives multiple items.
Fields
- Quest Type:
Craft Specific Item Amount - Items To Craft: how many matching output items the player must craft.
- Item IDs: one or more item IDs, item tags, or item data checks. Put one target per line.
Item target examples
minecraft:stick
#minecraft:planks
minecraft:stick | [custom_name='{"text":"Viewer Stick","color":"gold"}']
Examples
Craft 64 sticks
Quest Type: Craft Specific Item Amount
Items To Craft: 64
Item IDs: minecraft:stick
Craft any plank item
Quest Type: Craft Specific Item Amount
Items To Craft: 32
Item IDs: #minecraft:planks