master #16

Merged
NO11 merged 8 commits from VoxeLibre/VoxeLibre:master into master 2022-03-15 15:22:27 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ba0e2cbf29 - Show all commits

View File

@ -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 = 0.7,
gain = 0.3,
max_hear_distance = 16,
pitch = math.random(70,110)/100
})