Add mob sounds from mobs_animal

This commit is contained in:
Wuzzy 2017-02-20 02:36:12 +01:00
parent 7481c165b6
commit cb737d0a75
7 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ mobs:register_mob("mobs_mc:chicken", {
lava_damage = 5, lava_damage = 5,
light_damage = 0, light_damage = 0,
sounds = { sounds = {
random = "Chicken1", random = "mobs_chicken",
death = "Chickenhurt1", death = "Chickenhurt1",
hurt = "Chickenhurt1", hurt = "Chickenhurt1",
}, },

View File

@ -36,7 +36,7 @@ mobs:register_mob("mobs_mc:cow", {
light_damage = 0, light_damage = 0,
fear_height = 3, fear_height = 3,
sounds = { sounds = {
random = "Cow1", random = "mobs_cow",
death = "Cowhurt1", death = "Cowhurt1",
damage = "Cowhurt1", damage = "Cowhurt1",
}, },

View File

@ -32,9 +32,9 @@ mobs:register_mob("mobs_mc:pig", {
light_damage = 0, light_damage = 0,
fear_height = 3, fear_height = 3,
sounds = { sounds = {
random = "Pig2", random = "mobs_pig",
death = "Pigdeath", death = "mobs_pig_angry",
damage = "Pig2", damage = "mobs_pig",
}, },
animation = { animation = {
speed_normal = 24, speed_normal = 24,

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.