====== minecraft:use_bucket ====== The ''minecraft:use_bucket'' action uses a bucket at the specified position as defined by the [[items:item_components:bucket]] item component. This action is unsuccessful if the item stack from the context does not have the [[items:item_components:bucket]] item component or if the bucket was not successfully used. ===== Fields ===== ^ Name ^ Description ^ Type ^ Default Value ^ | ''position'' | The position to target. | An [[actions:action_contexts#parameters|action context parameter]] | | ===== Example ===== { "type": "minecraft:use_bucket", "position": "target" }