Add silverfish sounds (thanks, Inocodum!)
This commit is contained in:
parent
c40cd5dbb7
commit
b23b9a9395
5 changed files with 11 additions and 1 deletions
|
@ -21,7 +21,12 @@ mobs:register_mob("mobs_mc:silverfish", {
|
|||
},
|
||||
pathfinding = 1,
|
||||
visual_size = {x=3, y=3},
|
||||
-- TODO: sounds
|
||||
sounds = {
|
||||
random = "mobs_mc_silverfish_idle",
|
||||
death = "mobs_mc_silverfish_death",
|
||||
damage = "mobs_mc_silverfish_hurt",
|
||||
distance = 16,
|
||||
},
|
||||
makes_footstep_sound = false,
|
||||
walk_velocity = 0.6,
|
||||
run_velocity = 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue