mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-26 19:27:31 +01:00
Adjust the volume even more to perfectly match the gameplay
This commit is contained in:
parent
0641f09915
commit
a807ee6372
@ -110,7 +110,7 @@ minetest.register_globalstep(function(dtime)
|
||||
if tick == true and pool[name] > 0 then
|
||||
minetest.sound_play("item_drop_pickup", {
|
||||
pos = pos,
|
||||
gain = 1,
|
||||
gain = 0.7,
|
||||
max_hear_distance = 16,
|
||||
pitch = math.random(70,110)/100
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user