Add skeleton sounds
This commit is contained in:
parent
ad2fbb0008
commit
077cd14f4f
8 changed files with 21 additions and 9 deletions
|
@ -29,9 +29,9 @@ mobs:register_mob("mobs_mc:witherskeleton", {
|
|||
visual_size = {x=3.6, y=3.6},
|
||||
makes_footstep_sound = true,
|
||||
sounds = {
|
||||
random = "skeleton1",
|
||||
death = "skeletondeath",
|
||||
damage = "skeletonhurt1",
|
||||
random = "mobs_mc_skeleton_random",
|
||||
death = "mobs_mc_skeleton_death",
|
||||
damage = "mobs_mc_skeleton_hurt",
|
||||
distance = 16,
|
||||
},
|
||||
walk_velocity = 1.2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue