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

View File

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

View File

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