Rename bite sounds

This commit is contained in:
Wuzzy 2017-02-16 14:49:29 +01:00
parent 6912ca832c
commit e3cea8ffdc
4 changed files with 2 additions and 2 deletions

View file

@ -100,7 +100,7 @@ function mcl_hunger.item_eat(hunger_change, replace_with_item, poisen, heal, sou
vertical = false,
texture = texture,
})
minetest.sound_play("bite_item_drop", {
minetest.sound_play("mcl_hunger_bite", {
pos = pos,
max_hear_distance = 8,
gain = 10.0,