mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
Rename squid hurt sound
This commit is contained in:
parent
9bbe4a3dab
commit
cf2f8c12f3
2 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ mobs:register_mob("mobs_mc:squid", {
|
|||
{"mobs_squid.png"}
|
||||
},
|
||||
sounds = {
|
||||
damage = "mobs_squid_hurt",
|
||||
damage = "mobs_mc_squid_hurt",
|
||||
},
|
||||
animation = {
|
||||
stand_start = 1,
|
||||
|
|
Loading…
Reference in a new issue