fork 自 minetest/minetest_game
Convert minetest.sound_play uses to ephemeral
此提交包含在:
@@ -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
|
||||
|
新增問題並參考
封鎖使用者