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
|
@ -28,11 +28,13 @@ mobs:register_mob("mobs_mc:ghast", {
|
|||
},
|
||||
visual_size = {x=12, y=12},
|
||||
sounds = {
|
||||
shoot = "mobs_fireball",
|
||||
death = "zombiedeath",
|
||||
damage = "ghast_damage",
|
||||
shoot_attack = "mobs_fireball",
|
||||
death = "mobs_mc_zombie_death",
|
||||
attack = "mobs_fireball",
|
||||
random = "mobs_eerie",
|
||||
distance = 16,
|
||||
-- TODO: damage
|
||||
-- TODO: better death
|
||||
},
|
||||
walk_velocity = 1.6,
|
||||
run_velocity = 3.2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue