Skip to content
Snippets Groups Projects
Commit bca0142e authored by paramat's avatar paramat
Browse files

Fire: Reduce volume of flint and steel sound

parent 41a33457
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ minetest.register_tool("fire:flint_and_steel", {
local pt = pointed_thing
minetest.sound_play(
"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)
if pt.type == "node" then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment