forked from VoxeLibre/VoxeLibre
mobs:hoglin: use sound .1 for random and
reuse hurt sound for death
This commit is contained in:
parent
692b101212
commit
e202f20869
|
@ -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 New Issue