7 lines
421 B
MCFunction
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
|