Add skeleton sounds

This commit is contained in:
Wuzzy 2018-09-14 15:58:31 +02:00
parent ad2fbb0008
commit 077cd14f4f
8 changed files with 21 additions and 9 deletions

View file

@ -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,