Fix pickup sounds not having direction, and being too loud.

master
Benrob0329 2017-12-21 00:15:14 -05:00
parent 02203105e1
commit 8c6ee8e9ba
5 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ minetest.register_globalstep(function(dtime)
minetest.sound_play("item_drop_pickup", {
pos = pos,
max_hear_distance = 15,
gain = 10.0,
gain = 0.1,
})
object:get_luaentity().itemstring = ""
object:remove()

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.