forked from VoxeLibre/VoxeLibre
Add bat hurt and death sounds
This commit is contained in:
parent
73744b4fc8
commit
48582e10d2
|
@ -176,6 +176,10 @@ Origin of those models:
|
||||||
* [suonho](https://freesound.org/people/suonho/)
|
* [suonho](https://freesound.org/people/suonho/)
|
||||||
* `mobs_mc_bat_idle.ogg` (CC BY 3.0)
|
* `mobs_mc_bat_idle.ogg` (CC BY 3.0)
|
||||||
* Source: <https://freesound.org/people/suonho/sounds/59344/>
|
* Source: <https://freesound.org/people/suonho/sounds/59344/>
|
||||||
|
* [toefur](https://freesound.org/people/toefur/)
|
||||||
|
* `mobs_mc_bat_hurt.*.ogg` (CC0)
|
||||||
|
* `mobs_mc_bat_death.ogg` (CC0)
|
||||||
|
* Source: <https://freesound.org/people/toefur/sounds/288941/>
|
||||||
* [cmusounddesign](https://freesound.org/people/cmusounddesign/)
|
* [cmusounddesign](https://freesound.org/people/cmusounddesign/)
|
||||||
* `mobs_mc_cat_hiss.ogg` (CC BY 3.0)
|
* `mobs_mc_cat_hiss.ogg` (CC BY 3.0)
|
||||||
* Source: <https://freesound.org/people/cmusounddesign/sounds/71899/>
|
* Source: <https://freesound.org/people/cmusounddesign/sounds/71899/>
|
||||||
|
|
|
@ -18,6 +18,8 @@ mobs:register_mob("mobs_mc:bat", {
|
||||||
visual_size = {x=1, y=1},
|
visual_size = {x=1, y=1},
|
||||||
sounds = {
|
sounds = {
|
||||||
random = "mobs_mc_bat_idle",
|
random = "mobs_mc_bat_idle",
|
||||||
|
damage = "mobs_mc_bat_hurt",
|
||||||
|
death = "mobs_mc_bat_death",
|
||||||
distance = 16,
|
distance = 16,
|
||||||
},
|
},
|
||||||
walk_velocity = 4.5,
|
walk_velocity = 4.5,
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue