forked from VoxeLibre/VoxeLibre
Replace cow sound once again
This commit is contained in:
parent
24a69977f0
commit
decfd91473
|
@ -17,6 +17,9 @@ by PilzAdam and others
|
||||||
- !!! UNKNOWN LICENSE !!! Author: daufinsyd
|
- !!! UNKNOWN LICENSE !!! Author: daufinsyd
|
||||||
- `mobs_mc_chicken_lay_egg.ogg`
|
- `mobs_mc_chicken_lay_egg.ogg`
|
||||||
- WTFPL, by PilzAdam and Wuzzy
|
- WTFPL, by PilzAdam and Wuzzy
|
||||||
|
- `mobs_mc_cow.ogg`
|
||||||
|
- CC0, by Freesound.org user Zozzy
|
||||||
|
- Source: <https://www.freesound.org/people/Zozzy/sounds/59245/>
|
||||||
- `mobs_*.ogg` (except the files above)
|
- `mobs_*.ogg` (except the files above)
|
||||||
- MIT License, from `mobs_animal` and `mobs_monster` by TenPlus1
|
- MIT License, from `mobs_animal` and `mobs_monster` by TenPlus1
|
||||||
- `blaze_breath.ogg`
|
- `blaze_breath.ogg`
|
||||||
|
@ -24,7 +27,7 @@ by PilzAdam and others
|
||||||
- !!! UNKNOWN LICENSE !!! Author: daufinsyd
|
- !!! UNKNOWN LICENSE !!! Author: daufinsyd
|
||||||
- `blaze_hurt1.ogg`
|
- `blaze_hurt1.ogg`
|
||||||
- CC0, by freesound.org user thefilmbakery
|
- CC0, by freesound.org user thefilmbakery
|
||||||
- Source: https://freesound.org/people/thefilmbakery/sounds/137836/
|
- Source: <https://freesound.org/people/thefilmbakery/sounds/137836/>
|
||||||
- `slime_*.ogg`
|
- `slime_*.ogg`
|
||||||
- MIT License
|
- MIT License
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ mobs:register_mob("mobs_mc:cow", {
|
||||||
light_damage = 0,
|
light_damage = 0,
|
||||||
fear_height = 3,
|
fear_height = 3,
|
||||||
sounds = {
|
sounds = {
|
||||||
random = "mobs_cow",
|
random = "mobs_mc_cow",
|
||||||
death = "Cowhurt1",
|
death = "Cowhurt1",
|
||||||
damage = "Cowhurt1",
|
damage = "Cowhurt1",
|
||||||
},
|
},
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue