====== minecraft:zoom ====== The ''minecraft:zoom'' item component allows a player to zoom in when used. ===== Fields ===== ^ Name ^ Description ^ Type ^ Default Value ^ | ''field_of_view_multiplier'' | The factor to multiply the player's [[mc>Options|field of view]] by when used. | A positive float that is at most ''1.0'' | | | ''start_using_sound'' | The sound event to play when zooming in. | A [[mc>Sounds.json#Sound_events|sound event]] | | | ''stop_using_sound'' | The sound event to play when zooming out. | A [[mc>Sounds.json#Sound_events|sound event]] | | ===== Example ===== { "field_of_view_multiplier": 0.1, "start_using_sound": "minecraft:item.spyglass.use", "stop_using_sound": "minecraft:item.spyglass.stop_using" }