forked from VoxeLibre/VoxeLibre
Rename bite sounds
This commit is contained in:
parent
6912ca832c
commit
e3cea8ffdc
|
@ -48,6 +48,6 @@ This mod is free software.
|
||||||
* `hbhunger_bgicon.png`—PilzAdam (WTFPL), modified by BlockMen
|
* `hbhunger_bgicon.png`—PilzAdam (WTFPL), modified by BlockMen
|
||||||
* `hbhunger_bar.png—Wuzzy` (WTFPL)
|
* `hbhunger_bar.png—Wuzzy` (WTFPL)
|
||||||
* `hbhunger_icon_health_poison.png`—celeron55 ([CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)), modified by BlockMen, modified again by Wuzzy
|
* `hbhunger_icon_health_poison.png`—celeron55 ([CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)), modified by BlockMen, modified again by Wuzzy
|
||||||
* `bite_item_drop.1.ogg`, `bite_item_drop.2.ogg`: WTFPL
|
* `mcl_hunger_bite.1.ogg`, `mcl_hungr_bite.2.ogg`: WTFPL
|
||||||
* Everything else: WTFPL, by BlockMen and Wuzzy
|
* Everything else: WTFPL, by BlockMen and Wuzzy
|
||||||
|
|
||||||
|
|
|
@ -100,7 +100,7 @@ function mcl_hunger.item_eat(hunger_change, replace_with_item, poisen, heal, sou
|
||||||
vertical = false,
|
vertical = false,
|
||||||
texture = texture,
|
texture = texture,
|
||||||
})
|
})
|
||||||
minetest.sound_play("bite_item_drop", {
|
minetest.sound_play("mcl_hunger_bite", {
|
||||||
pos = pos,
|
pos = pos,
|
||||||
max_hear_distance = 8,
|
max_hear_distance = 8,
|
||||||
gain = 10.0,
|
gain = 10.0,
|
||||||
|
|
Loading…
Reference in New Issue