> For the complete documentation index, see [llms.txt](https://epicbackpacks.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://epicbackpacks.devs.beer/configurations/sounds.md).

# 🔊Sounds

## Customize open, close, pickup, click sounds

Here you can see an example of customized sounds for all the available events.

```yaml
sounds:
  open:
    name: ENTITY_ENDER_DRAGON_FLAP
    volume: 1
    pitch: 0.5
  close:
    name: ENTITY_ENDER_DRAGON_FLAP
    volume: 1
    pitch: 0.5
  auto_pickup:
    name: ENTITY_ITEM_PICKUP
    volume: 1
    pitch: 1
  click:
    name: ENTITY_ITEM_FRAME_ADD_ITEM
    volume: 1
    pitch: 1
```

{% hint style="info" %}
`volume` and `pitch` are not mandatory. **Default** value is `1`for both.
{% endhint %}
