forked from VoxeLibre/VoxeLibre
Add mob sounds from mobs_animal
This commit is contained in:
parent
7481c165b6
commit
cb737d0a75
|
@ -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",
|
||||||
},
|
},
|
||||||
|
|
|
@ -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",
|
||||||
},
|
},
|
||||||
|
|
|
@ -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.
Loading…
Reference in New Issue