mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 04:21:07 +01:00
mobs:hoglin: use sound .1 for random and
reuse hurt sound for death
This commit is contained in:
parent
692b101212
commit
e202f20869
1 changed files with 2 additions and 1 deletions
|
@ -31,8 +31,9 @@ local hoglin = {
|
|||
} },
|
||||
visual_size = {x=3, y=3},
|
||||
sounds = {
|
||||
random = "extra_mobs_hoglin",
|
||||
random = "extra_mobs_hoglin.1",
|
||||
damage = "extra_mobs_hoglin_hurt",
|
||||
death = "extra_mobs_hoglin_hurt",
|
||||
distance = 16,
|
||||
},
|
||||
jump = true,
|
||||
|
|
Loading…
Reference in a new issue