{{lowercase}} '''sounds.json''' ('''sound_definitions.json''' {{in|be}}) is a file used by the sound system in [[resource pack]]s which tells the sound system what sound files to play when a sound event is triggered by one or more in-game events. This file is located in {{cd|assets/minecraft}} in resource packs, and the default file is located in {{cd|[[.minecraft]]/assets/objects}} ({{cd|assets/resource_packs/vanilla/sounds}} on {{edition|be}}), and its hashed name can be found by looking it up in the file {{cd|.minecraft/assets/indexes/<''version''>.json}}. Since file {{cd|.minecraft/assets/objects}} is obfuscated, one can find in [[Tutorials/Sound directory]] some methods to extract the sound.json and the '''sound directory''', where all sounds and music are stored. == File structure == === ''Java Edition'' === This file is stored in JSON format, but is represented here using NBT.