Add crazy coo hurt/death sounds

This commit is contained in:
Wuzzy 2018-09-14 17:37:24 +02:00
parent 900625b17b
commit e422e47ada
3 changed files with 7 additions and 2 deletions

View File

@ -89,6 +89,10 @@ Origin of those models:
* Zozzy from Freesound.org (CC0)
* `mobs_mc_cow.ogg`
* Source: <https://www.freesound.org/people/Zozzy/sounds/59245/>
* [Bird\_man](https://freesound.org/people/Bird_man/packs/16972/)
* `mobs_mc_cow_hurt.ogg` (CC0)
* Heavily modified
* Source: <https://freesound.org/people/Bird_man/packs/16972/>
* [NPXcoot](https://github.com/NPXcoot1) (CC BY-SA 4.0)
* `mobs_mc_ender_dragon_*`
* Blender Foundation (CC BY 3.0)
@ -134,4 +138,4 @@ Origin of those models:
* Source: <https://freesound.org/people/Cribbler/sounds/381859/>
Note: Many of these sounds have been more or less altered to fit the game.
Note: Many of these sounds have been more or less modified to fit the game.

View File

@ -34,7 +34,8 @@ local cow_def = {
runaway = true,
sounds = {
random = "mobs_mc_cow",
-- TODO: death, damage
damage = "mobs_mc_cow_hurt",
death = "mobs_mc_cow_hurt",
distance = 16,
},
animation = {

Binary file not shown.