The minecraft:zoom
item component allows a player to zoom in when used.
Name | Description | Type | Default Value |
---|---|---|---|
field_of_view_multiplier | The factor to multiply the player's 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 sound event | |
stop_using_sound | The sound event to play when zooming out. | A sound event |
{ "field_of_view_multiplier": 0.1, "start_using_sound": "minecraft:item.spyglass.use", "stop_using_sound": "minecraft:item.spyglass.stop_using" }