Add bat sound
This commit is contained in:
parent
fd33d9d2ec
commit
5d6d1cf790
3 changed files with 4 additions and 2 deletions
|
@ -18,8 +18,7 @@ mobs:register_mob("mobs_mc:bat", {
|
|||
},
|
||||
visual_size = {x=1, y=1},
|
||||
sounds = {
|
||||
random = "mobs_rat", -- TODO: This sound is supposed to be very high-pitched and scary
|
||||
-- TODO: more sounds?
|
||||
random = "mobs_mc_bat_idle",
|
||||
distance = 16,
|
||||
},
|
||||
walk_velocity = 4.5,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue