Add sheep sound (CC0) by mikewest...

https://freesound.org/s/414342/
This commit is contained in:
Jordan Irwin 2021-08-07 01:39:46 -07:00
parent 8df1a6b7d1
commit a2abc434f6
6 changed files with 11 additions and 1 deletions

View File

@ -59,6 +59,7 @@ As of right now, only sounds from *default* mod have been added.
| [quail][] | PrincessGrace | CC0 | |
| [rooster][] | poorenglishjuggler | CC0 | |
| [sand_step.*][sand_step] | worthahep88 | CC0 | |
| [sheep][] | mikewest | CC0 | |
| [snow_step.*][snow_step] | Ryding | CC0 | |
| [step_hard.*][step_hard] | Erdie | CC BY 3.0 | |
| [water_step.1][] | AGFX | CC BY 3.0 | |
@ -133,6 +134,7 @@ default.node_sound_dirt_defaults = sounds.node_dirt
[quail]: https://freesound.org/s/329371/
[rooster]: https://freesound.org/s/269496/
[sand_step]: https://freesound.org/s/319224/
[sheep]: https://freesound.org/s/414342/
[snow_step]: https://freesound.org/s/94337/
[step_hard]: https://freesound.org/s/41579/
[water_step.1]: https://freesound.org/s/20432/

View File

@ -10,7 +10,6 @@ TODO:
- lava cool
- cat
- chicken
- sheep
- skeleton
- zombie
- bee

View File

@ -16,6 +16,7 @@ next
- pencil
- quail
- rooster
- sheep
v1.1

View File

@ -354,6 +354,14 @@ sounds.rooster = SoundGroup({
"rooster",
})
--- Sheep sounds.
--
-- @sndgroup sounds.sheep
-- @snd sheep
sounds.sheep = SoundGroup({
"sheep",
})
sounds.node = {
["break"] = {
glass = SoundGroup({"glass_break"}),

BIN
sounds/sounds_sheep.ogg Normal file

Binary file not shown.

Binary file not shown.