Tweak zombie growl sound occurence

This commit is contained in:
Wuzzy 2019-01-31 06:56:03 +01:00
parent e1e7d5215e
commit c9fb060ea0
4 changed files with 6 additions and 8 deletions

View file

@ -57,8 +57,8 @@ mobs:register_mob("mobs_mc:villager_zombie", {
max = 1,},
},
sounds = {
random = "mobs_mc_zombie_idle",
war_cry = "mobs_mc_zombie_idle",
random = "mobs_mc_zombie_growl",
war_cry = "mobs_mc_zombie_growl",
death = "mobs_mc_zombie_death",
damage = "mobs_mc_zombie_hurt",
distance = 16,