Add mob sounds from mobs_animal
This commit is contained in:
parent
7481c165b6
commit
cb737d0a75
7 changed files with 5 additions and 5 deletions
|
@ -32,9 +32,9 @@ mobs:register_mob("mobs_mc:pig", {
|
|||
light_damage = 0,
|
||||
fear_height = 3,
|
||||
sounds = {
|
||||
random = "Pig2",
|
||||
death = "Pigdeath",
|
||||
damage = "Pig2",
|
||||
random = "mobs_pig",
|
||||
death = "mobs_pig_angry",
|
||||
damage = "mobs_pig",
|
||||
},
|
||||
animation = {
|
||||
speed_normal = 24,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue