mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Fix wolf eat sound
This commit is contained in:
parent
52681658ef
commit
29d46a5949
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ local wolf = {
|
|||
war_cry = "mobs_mc_wolf_growl",
|
||||
damage = {name = "mobs_mc_wolf_hurt", gain=0.6},
|
||||
death = {name = "mobs_mc_wolf_death", gain=0.6},
|
||||
sounds = "mobs_mc_animal_eat_generic",
|
||||
eat = "mobs_mc_animal_eat_generic",
|
||||
distance = 16,
|
||||
},
|
||||
pathfinding = 1,
|
||||
|
|
Loading…
Reference in a new issue