Files
mc_datapack/music_quiz/data/mq/function/videos/cache/clear.mcfunction
tkrmagid-desktop eeb9b56010 수정
2026-06-05 18:11:14 +09:00

7 lines
421 B
MCFunction

# 추적 목록을 비우고 전체 캐시 wipe 를 큐에 적재 (command_block 으로 실행).
data modify storage mq:main video.cached set value []
data modify storage mq:tmp video set from storage mq:main video
execute store result storage mq:tmp video.num int 1 run scoreboard players get index main
data modify storage mq:tmp video.cmd set value "cache_clear"
function mq:videos/macro/cmd with storage mq:tmp video