diff --git a/README.md b/README.md index a0fa3c3..6cc42e4 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ A [Minetest][] mod that provides a set of free sounds & methods. It is intended | [crow_caw][] | Morris Gevirtz | CC BY 4.0 | | | [dog_bark][] | ivolipa | CC0 | | | [duck_quack][] | Jonathon Jongsma | CC BY-SA 3.0 | | -| [elephant][] | vataaa | CC0 | | +| [elephant_trumpet][] | vataaa | CC0 | | | [entity_hit][] | sonictechtonic | CC BY 3.0 | | | [explosion][] | JuveriSetila | CC0 | | | [frog][] | kayceemixer | CC0 | | @@ -283,7 +283,7 @@ end [dug_glass.3]: https://freesound.org/s/88808/ [dug_ice]: https://freesound.org/s/49190/ [dug_metal]: https://opengameart.org/node/18150 -[elephant]: https://freesound.org/s/148873/ +[elephant_trumpet]: https://freesound.org/s/148873/ [entity_hit]: https://freesound.org/s/241872/ [explosion]: https://freesound.org/s/514133/ [frog]: https://freesound.org/s/251495/ diff --git a/changelog.txt b/changelog.txt index 1015800..624f7a0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -22,6 +22,8 @@ next - puppy_bark - toucan - turkey_gobble +- renamed sounds: + - elephant -> elephant_trumpet v1.3 diff --git a/groups_animal.lua b/groups_animal.lua index 01173ca..b78f36d 100644 --- a/groups_animal.lua +++ b/groups_animal.lua @@ -213,10 +213,10 @@ sounds.caprine = sounds.goat_bleat + sounds.sheep -- @section elephant ---- @sndgroup sounds.elephant --- @snd elephant -sounds.elephant = SoundGroup({ - "elephant", +--- @sndgroup sounds.elephant_trumpet +-- @snd elephant_trumpet +sounds.elephant_trumpet = SoundGroup({ + "elephant_trumpet", }) diff --git a/sounds/sounds_elephant.ogg b/sounds/sounds_elephant_trumpet.ogg similarity index 100% rename from sounds/sounds_elephant.ogg rename to sounds/sounds_elephant_trumpet.ogg diff --git a/sounds_src/sounds_elephant.flac b/sounds_src/sounds_elephant_trumpet.flac similarity index 100% rename from sounds_src/sounds_elephant.flac rename to sounds_src/sounds_elephant_trumpet.flac