Reduce max_hear_distance

master
CloudyProton 2017-12-16 21:41:59 -05:00 committed by GitHub
parent a4e30b25fc
commit 7adcb8422b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ minetest.register_globalstep(function(dtime)
inv:add_item("main", ItemStack(object:get_luaentity().itemstring))
minetest.sound_play("item_drop_pickup", {
pos = pos,
max_hear_distance = 100,
max_hear_distance = 15,
gain = 10.0,
})
object:get_luaentity().itemstring = ""