parent
8df1a6b7d1
commit
a2abc434f6
@ -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/
|
||||
|
1
TODO.txt
1
TODO.txt
@ -10,7 +10,6 @@ TODO:
|
||||
- lava cool
|
||||
- cat
|
||||
- chicken
|
||||
- sheep
|
||||
- skeleton
|
||||
- zombie
|
||||
- bee
|
||||
|
@ -16,6 +16,7 @@ next
|
||||
- pencil
|
||||
- quail
|
||||
- rooster
|
||||
- sheep
|
||||
|
||||
|
||||
v1.1
|
||||
|
8
main.lua
8
main.lua
@ -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
BIN
sounds/sounds_sheep.ogg
Normal file
Binary file not shown.
BIN
sounds_src/sounds_sheep.flac
Normal file
BIN
sounds_src/sounds_sheep.flac
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user