summaryrefslogtreecommitdiff
path: root/crystal.lua
diff options
context:
space:
mode:
Diffstat (limited to 'crystal.lua')
-rw-r--r--crystal.lua2
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