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
|
@ -24,6 +24,8 @@ mobs:register_mob("mobs_mc:squid", {
|
|||
},
|
||||
sounds = {
|
||||
damage = "mobs_mc_squid_hurt",
|
||||
death = "mobs_mc_squid_hurt",
|
||||
-- TODO: sounds: random, damage, death
|
||||
distance = 16,
|
||||
},
|
||||
animation = {
|
||||
|
@ -56,6 +58,8 @@ mobs:register_mob("mobs_mc:squid", {
|
|||
blood_texture = "mobs_mc_squid_blood.png",
|
||||
})
|
||||
|
||||
-- TODO: Behaviour: squirt
|
||||
|
||||
-- Spawn near the water surface
|
||||
|
||||
local water = mobs_mc.spawn_height.water
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue