Skip to content

Commit

Permalink
[1.18.x] Link sound providers on sounds page (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChampionAsh5357 committed Aug 3, 2022
1 parent 1f9af68 commit b1ad61a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/gameeffects/sounds.md
Expand Up @@ -40,6 +40,8 @@ The two examples represent two different ways to specify a sound file. The [wiki

In all cases, the path to a sound file for namespace `namespace` and path `path` is `assets/<namespace>/sounds/<path>.ogg`. Therefore `mymod:open_chest_sound_file` points to `assets/mymod/sounds/open_chest_sound_file.ogg`, and `mymod:music/epic_music` points to `assets/mymod/sounds/music/epic_music.ogg`.

A `sounds.json` can be [data generated][datagen].

Creating Sound Events
---------------------

Expand Down Expand Up @@ -103,5 +105,6 @@ Note that each takes a `SoundEvent`, the ones registered above. Additionally, th

[loc]: ../concepts/resources.md#resourcelocation
[wiki]: https://minecraft.gamepedia.com/Sounds.json
[datagen]: ../datagen/client/sounds.md
[registration]: ../concepts/registries.md#methods-for-registering
[sides]: ../concepts/sides.md

0 comments on commit b1ad61a

Please sign in to comment.