diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-10 15:25:28 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-10 15:25:28 +0000 |
commit | 5d7ec17e63bb34eb9717fb2146be39301b0af523 (patch) | |
tree | f93b005f748ea30cc6726d3c7a2fc1f18b128930 /crystal.lua | |
parent | 31f2fd185e999aa017f17986edc4611294a7cf02 (diff) |
tweak torch water drop
Diffstat (limited to 'crystal.lua')
-rw-r--r-- | crystal.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal.lua b/crystal.lua index 56afe08..e90ae40 100644 --- a/crystal.lua +++ b/crystal.lua @@ -206,7 +206,7 @@ minetest.register_tool("ethereal:shovel_crystal", { itemstack:add_wear(65535 / 100) -- 111 uses end - minetest.sound_play("default_dig_crumbly", {pos = pos, gain = 0.35}) + minetest.sound_play("default_dig_crumbly", {pos = pos, gain = 0.4}) return itemstack end |