Remove sounds with suspicious origins
This commit is contained in:
parent
924d3680c5
commit
7481c165b6
28 changed files with 6 additions and 6 deletions
|
@ -37,9 +37,9 @@ mobs:register_mob("mobs_mc:sheep", {
|
|||
light_damage = 0,
|
||||
fear_height = 3,
|
||||
sounds = {
|
||||
random = "Sheep3",
|
||||
death = "Sheep3",
|
||||
damage = "Sheep3",
|
||||
random = "mobs_sheep",
|
||||
death = "mobs_sheep",
|
||||
-- damage = "mobs_sheep",
|
||||
},
|
||||
animation = {
|
||||
speed_normal = 24,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue