bucketfill (task type)
Since v3.9
Fill a bucket up.
Options
Key | Description | Type | Required | Default | Notes |
---|---|---|---|---|---|
amount | The number of buckets to fill. | Integer | Yes | - | - |
item | The specific bucket to capture. | 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
Fill 8 lava buckets:
bucketfill:
type: "bucketfill"
bucket: LAVA_BUCKET # bucket to fill
amount: 8 # amount of times to fill
worlds: # (OPTIONAL) restrict to certain worlds
- "world"