Skip to content

Commit bca0142

Browse files
committedOct 25, 2016
Fire: Reduce volume of flint and steel sound
1 parent 41a3345 commit bca0142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎mods/fire/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ minetest.register_tool("fire:flint_and_steel", {
9090
local pt = pointed_thing
9191
minetest.sound_play(
9292
"fire_flint_and_steel",
93-
{pos = pt.above, gain = 0.8, max_hear_distance = 8}
93+
{pos = pt.above, gain = 0.6, max_hear_distance = 8}
9494
)
9595
itemstack:add_wear(1000)
9696
if pt.type == "node" then

0 commit comments

Comments
 (0)