mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 21:21:41 -04:00
Fire: Reduce volume of flint and steel sound
This commit is contained in:
parent
41a3345718
commit
bca0142e7f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ minetest.register_tool("fire:flint_and_steel", {
|
||||||
local pt = pointed_thing
|
local pt = pointed_thing
|
||||||
minetest.sound_play(
|
minetest.sound_play(
|
||||||
"fire_flint_and_steel",
|
"fire_flint_and_steel",
|
||||||
{pos = pt.above, gain = 0.8, max_hear_distance = 8}
|
{pos = pt.above, gain = 0.6, max_hear_distance = 8}
|
||||||
)
|
)
|
||||||
itemstack:add_wear(1000)
|
itemstack:add_wear(1000)
|
||||||
if pt.type == "node" then
|
if pt.type == "node" then
|
||||||
|
|
Loading…
Add table
Reference in a new issue