Change sheep sound, it is less annoying

This commit is contained in:
Wuzzy 2017-03-18 01:37:29 +01:00
parent 566bec5272
commit 72f6ba7b96
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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,