Rename dragon sounds

This commit is contained in:
Wuzzy 2017-06-30 01:15:32 +02:00
parent 8cd981e7b0
commit 37a4b04b1f
4 changed files with 6 additions and 7 deletions

@ -52,9 +52,9 @@ mobs:register_mob("mobs_mc:enderdragon", {
view_range = 35,
walk_velocity = 2,
run_velocity = 4,
sounds = {
shoot_attack = "mesed",
attack = "mese_dragon",
sounds = {
shoot_attack = "mobs_mc_ender_dragon_shoot",
attack = "mobs_mc_ender_dragon_attack",
distance = 60,
},
physical = true,

@ -29,10 +29,9 @@ mobs:register_mob("mobs_mc:wither", {
walk_velocity = 2,
run_velocity = 4,
stepheight = 1.2,
sounds = {
shoot_attack = "mesed",
attack = "mese_dragon",
distance = 60,
sounds = {
shoot_attack = "mobs_mc_ender_dragon_shoot",
attack = "mobs_mc_ender_dragon_attack",
},
jump = true,
jump_height = 10,