Use ephemeral sounds
This commit is contained in:
parent
b2c75acd68
commit
c5e4ec5e27
61 changed files with 123 additions and 122 deletions
|
@ -64,7 +64,7 @@ local piston_remove_pusher = function (pos, oldnode)
|
|||
pos = pos,
|
||||
max_hear_distance = 31,
|
||||
gain = 0.3,
|
||||
})
|
||||
}, true)
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -85,7 +85,7 @@ local piston_remove_base = function (pos, oldnode)
|
|||
pos = pos,
|
||||
max_hear_distance = 31,
|
||||
gain = 0.3,
|
||||
})
|
||||
}, true)
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -108,7 +108,7 @@ local piston_on = function (pos, node)
|
|||
pos = pos,
|
||||
max_hear_distance = 31,
|
||||
gain = 0.3,
|
||||
})
|
||||
}, true)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue