> For the complete documentation index, see [llms.txt](https://docs.creoii.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creoii.dev/lucky-block/outcomes/sound-outcome.md).

# Sound Outcome

The sound outcome plays a sound in the world.

```json
{
  "type": "lucky:sound",
  "sound_event": {
    "sound_id": "minecraft:entity.generic.explode",
    "volume": 1.0,
    "pitch": 1.0
  }
}
```

This outcome plays the explosion sound with the default volume and pitch.
