added type tags authored by Lxlp's avatar Lxlp
......@@ -9,7 +9,7 @@ Plays a sound from either the vanilla game or a resource pack at the targeted en
| pitch | p | The pitch of the sound. Can be between 0.01 and 2.0 | 1.0 |
| volume | v | The volume of the sound. | 1.0 |
| radius | r | The radius in which the sound will be heard | `volume`*16 |
| soundcategory | category, sc | The category at which the sound is played, useful for resourcepacks | MASTER |
| soundcategory | category, sc | The category at which the sound is played, useful for resourcepacks | MASTER<!--type:SoundCategory-->|
| audience | | The [audience] of the effect | world<!--type:Audience--> |
### SoundCategory Attribute
......
......