Adjust volume of item collection sound

This commit is contained in:
jordan4ibanez 2021-04-03 20:53:34 -04:00
parent c572db92aa
commit 0641f09915
2 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ minetest.register_globalstep(function(dtime)
pos = pos,
gain = 1,
max_hear_distance = 16,
pitch = math.random(60,100)/100
pitch = math.random(70,110)/100
})
if pool[name] > 6 then
pool[name] = 6