itembreaking (task type)
Since v3.15.1
Break a set amount of certain items (by reducing durability to 0).
Options
Key | Description | Type | Required | Default | Notes |
---|---|---|---|---|---|
amount | The number of items to break. | Integer | Yes | - | - |
item | The specific item to break. | Material, or ItemStack | No | - | Accepts standard item definition. Please see this list (1.13+) or this list (1.8-1.12) for material names. |
data | The data code for the item. | Integer | No | 0 | This field is not used in Minecraft versions 1.13+, nor is it compatible with ItemStack definitions. |
exact-match | Whether the item should exactly match what is defined. | Boolean | No | true | - |
worlds | Worlds which should count towards the progress. | List of world names | No | - | - |
Examples
Break 8 diamond pickaxes:
itembreaking:
type: "itembreaking"
amount: 8 # amount of items to break
item: DIAMOND_PICKAXE # item to break
exact-match: false # we need to ignore nbt