Convert minetest.sound_play uses to ephemeral

This commit is contained in:
sfan5 2020-01-25 23:45:09 +01:00
parent 176ddba176
commit d3e26dba18
9 changed files with 28 additions and 22 deletions

View file

@ -20,7 +20,7 @@ local item = {
minetest.sound_play("default_item_smoke", {
pos = p,
max_hear_distance = 8,
})
}, true)
minetest.add_particlespawner({
amount = 3,
time = 0.1,