forked from VoxeLibre/VoxeLibre
mobs:piglin: use (alt) zombified piglin sounds
This commit is contained in:
parent
d44b00a20e
commit
ee51a500b2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue