0
0
Fork 0

mobs:piglin: use (alt) zombified piglin sounds

This commit is contained in:
bakawun 2023-12-18 10:57:39 +01:00
parent d44b00a20e
commit ee51a500b2
1 changed files with 4 additions and 2 deletions

View File

@ -61,8 +61,10 @@ local piglin = {
} },
visual_size = {x=1, y=1},
sounds = {
random = "extra_mobs_piglin",
damage = "extra_mobs_piglin_hurt",
random = "mobs_mc_zombiepig_random",
war_cry = "mobs_mc_zombiepig_war_cry", death = "mobs_mc_zombiepig_death",
damage = "mobs_mc_zombiepig_hurt.2",
death = "mobs_mc_zombiepig_death.2"
distance = 16,
},
jump = true,