====== minecraft:projectile ====== The ''minecraft:projectile'' item component allows this item to be used as a projectile. It may be used in combination with [[items:item_components:throwable|minecraft:throwable]] to throw this item as the projectile, or it may be used as the ammunition in a [[items:item_components:shooter|minecraft:shooter]]. ==== Fields ==== ^ Name ^ Description ^ Type ^ Default Value ^ | ''entity'' | The entity to spawn. | An [[entities:entity_initializers:|entity initializer]] | | | ''damage'' | The damage applied to the [[items:item_components:shooter|minecraft:shooter]] after shooting the projectile. | An optional, non-negative integer | ''0'' | | ''charged_speed'' | The speed of the projectile when shot from a charged [[items:item_components:shooter|minecraft:shooter]]. | An optional, non-negative float | ''3.15'' | ==== Example ==== { "entity": { "type": "minecraft:arrow" }, "damage": 1 }