forked from VoxeLibre/VoxeLibre
Change sheep sound, it is less annoying
This commit is contained in:
parent
566bec5272
commit
72f6ba7b96
|
@ -31,6 +31,8 @@ by PilzAdam and others
|
|||
- Source: <https://freesound.org/people/thefilmbakery/sounds/137836/>
|
||||
- `slime_*.ogg`
|
||||
- MIT License
|
||||
- `mobs_sheep.ogg`
|
||||
- [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/), created by the Blender Foundation
|
||||
|
||||
### Textures
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@ mobs:register_mob("mobs_mc:sheep", {
|
|||
sounds = {
|
||||
random = "mobs_sheep",
|
||||
death = "mobs_sheep",
|
||||
-- damage = "mobs_sheep",
|
||||
damage = "mobs_sheep",
|
||||
},
|
||||
animation = {
|
||||
speed_normal = 24,
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue