From: paramat Date: Tue, 25 Oct 2016 02:54:09 +0000 (+0100) Subject: Fire: Reduce volume of flint and steel sound X-Git-Tag: 0.4.15~67 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bca0142e7f0318a9a17bf8c263af40ad2a83c7fa;p=oweals%2Fminetest_game.git Fire: Reduce volume of flint and steel sound --- diff --git a/mods/fire/init.lua b/mods/fire/init.lua index 731505f2..a3457f64 100644 --- a/mods/fire/init.lua +++ b/mods/fire/init.lua @@ -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