3 lines
168 B
Mcfunction
3 lines
168 B
Mcfunction
|
tellraw @a {"text": "1s后清理掉落物"}
|
||
|
execute as @a at @a run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1
|
||
|
schedule function fz:sweeper/main 1s
|