Files
mc_datapack/music_quiz/data/func/function/shuffle/f1.mcfunction
tkrmagid-desktop 8fc4f164ae 수정
2026-05-19 02:38:07 +09:00

12 lines
507 B
MCFunction

execute store result score length func.temp run data get storage func:temp shuffle.list
execute if score length func.temp matches 0 run return 1
execute store result score random func.temp run random value 0..2147483646
scoreboard players operation random func.temp %= length func.temp
function func:shuffle/f2 with storage func:temp {index:0}
execute store result storage func:temp shuffle.index int 1 run scoreboard players get random func.temp
function func:shuffle/f2 with storage func:temp shuffle