Hammer sound bugfix
This commit is contained in:
parent
76c0b3ea71
commit
3f0be0f7f6
@ -39,7 +39,8 @@ gravelsieve.handler = function(itemstack, user, pointed_thing)
|
||||
minetest.sound_play({
|
||||
name="default_dig_crumbly"},{
|
||||
gain=1,
|
||||
max_hear_distance=20,
|
||||
pos=pos,
|
||||
max_hear_distance=4,
|
||||
loop=false})
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user