Convert minetest.sound_play uses to ephemeral
This commit is contained in:
parent
176ddba176
commit
d3e26dba18
9 changed files with 28 additions and 22 deletions
|
@ -11,7 +11,8 @@ local function on_flood(pos, oldnode, newnode)
|
|||
nodedef.groups.igniter and nodedef.groups.igniter > 0) then
|
||||
minetest.sound_play(
|
||||
"default_cool_lava",
|
||||
{pos = pos, max_hear_distance = 16, gain = 0.1}
|
||||
{pos = pos, max_hear_distance = 16, gain = 0.1},
|
||||
true
|
||||
)
|
||||
end
|
||||
-- Remove the torch node
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue