forked from Mineclonia/Mineclonia
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/>
|
- Source: <https://freesound.org/people/thefilmbakery/sounds/137836/>
|
||||||
- `slime_*.ogg`
|
- `slime_*.ogg`
|
||||||
- MIT License
|
- MIT License
|
||||||
|
- `mobs_sheep.ogg`
|
||||||
|
- [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/), created by the Blender Foundation
|
||||||
|
|
||||||
### Textures
|
### Textures
|
||||||
|
|
||||||
|
|
|
@ -56,7 +56,7 @@ mobs:register_mob("mobs_mc:sheep", {
|
||||||
sounds = {
|
sounds = {
|
||||||
random = "mobs_sheep",
|
random = "mobs_sheep",
|
||||||
death = "mobs_sheep",
|
death = "mobs_sheep",
|
||||||
-- damage = "mobs_sheep",
|
damage = "mobs_sheep",
|
||||||
},
|
},
|
||||||
animation = {
|
animation = {
|
||||||
speed_normal = 24,
|
speed_normal = 24,
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue