Add ghast shoot/death sound, add many sound TODOs
This commit is contained in:
parent
7d66d5f2d3
commit
900625b17b
28 changed files with 37 additions and 46 deletions
|
@ -50,12 +50,7 @@ mobs:register_mob("mobs_mc:witch", {
|
|||
{name = mobs_mc.items.sugar, chance = 8, min = 0, max = 2,},
|
||||
{name = mobs_mc.items.stick, chance = 4, min = 0, max = 2,},
|
||||
},
|
||||
sounds = {
|
||||
random = "Villager1",
|
||||
death = "Villagerdead",
|
||||
damage = "Villagerhurt1",
|
||||
distance = 16,
|
||||
},
|
||||
-- TODO: sounds
|
||||
animation = {
|
||||
speed_normal = 30,
|
||||
speed_run = 60,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue