Add more mob sounds

This commit is contained in:
Wuzzy 2019-09-03 20:01:56 +02:00
parent 66e5d3230d
commit 2b4f6fc8eb
3 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,7 @@ mobs:register_mob(
sounds = {
random = "mobs_boar",
attack = "mobs_boar_angry",
death = "mobs_boar_angry",
distance = 16,
},
walk_velocity = 2,

View File

@ -20,8 +20,9 @@ mobs:register_mob(
},
makes_footstep_sound = false,
sounds = {
war_cry = "mobs_mineturtle",
random = "mobs_mineturtle",
explode= "tnt_explode",
explode = "tnt_explode",
distance = 16,
},
walk_velocity = 2,

View File

@ -23,6 +23,7 @@ mobs:register_mob(
makes_footstep_sound = true,
sounds = {
random = "mobs_sheep",
death = "mobs_sheep",
distance = 16,
},
walk_velocity = 1,