mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-17 16:41:06 +01:00
mobs:piglin:sounds: adress review comment
This commit is contained in:
parent
ee51a500b2
commit
1f3c7913dd
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ local piglin = {
|
|||
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"
|
||||
death = "mobs_mc_zombiepig_death.2",
|
||||
distance = 16,
|
||||
},
|
||||
jump = true,
|
||||
|
|
Loading…
Reference in a new issue