Use ephemeral sounds

This commit is contained in:
Wuzzy 2020-04-07 00:55:45 +02:00
parent b2c75acd68
commit c5e4ec5e27
61 changed files with 123 additions and 122 deletions

View file

@ -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