====== minecraft:steering ====== The ''minecraft:steering'' item component allows this item to control steerable entities. ===== Fields ===== ^ Name ^ Description ^ Type ^ Default Value ^ | ''target'' | The entity to steer. | An [[mc>Java_Edition_data_values#Entities|entity type]] | | | ''damage_per_use'' | The damage applied after using the item while riding ''target''. | An optional, non-negative integer | ''1'' | ===== Example ===== { "target": "minecraft:pig", "damage_per_use": 7 }