이전퀴즈 데이터팩
This commit is contained in:
18
music_quiz/data/func/function/hint.mcfunction
Normal file
18
music_quiz/data/func/function/hint.mcfunction
Normal file
@@ -0,0 +1,18 @@
|
||||
$function func:length {text:"$(text)"}
|
||||
# return length
|
||||
function func:num_list with storage func:temp
|
||||
# return num_list
|
||||
function func:shuffle {list:"num_list"}
|
||||
# return shuffle.result
|
||||
function func:half {list:"shuffle.result"}
|
||||
# return half.result
|
||||
|
||||
$function func:length {text:"$(text)"}
|
||||
# return length
|
||||
function func:text_list with storage func:temp
|
||||
# return text_list
|
||||
|
||||
function func:join {list:"text_list"}
|
||||
# return join.text
|
||||
|
||||
# tellraw @a {"storage":"func:temp","nbt":"join.text"}
|
||||
Reference in New Issue
Block a user