projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41a3345
)
Fire: Reduce volume of flint and steel sound
author
paramat
<mat.gregory@virginmedia.com>
Tue, 25 Oct 2016 02:54:09 +0000
(
03:54
+0100)
committer
paramat
<mat.gregory@virginmedia.com>
Tue, 25 Oct 2016 03:22:17 +0000
(
04:22
+0100)
mods/fire/init.lua
patch
|
blob
|
history
diff --git
a/mods/fire/init.lua
b/mods/fire/init.lua
index 731505f2ee7e2da49933941255da2874fde61d61..a3457f649091266f003009f0cff29bd41f2146eb 100644
(file)
--- 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