diff --git a/music_quiz/data/mq/dialog/answer.json b/music_quiz/data/mq/dialog/answer.json index f5d958b..92b12f6 100644 --- a/music_quiz/data/mq/dialog/answer.json +++ b/music_quiz/data/mq/dialog/answer.json @@ -1,9 +1,10 @@ { - "type": "minecraft:simple_input_form", + "type": "minecraft:notice", "title": { "text": "정답 입력", "bold": true }, + "body": [], "inputs": [ { "type": "minecraft:text", @@ -20,7 +21,12 @@ "pause": false, "after_action": "close", "action": { - "type": "minecraft:dynamic/run_command", - "template": "function mq:answer/submit {text:'$(text)'}" + "label": { + "text": "제출" + }, + "action": { + "type": "minecraft:dynamic/run_command", + "template": "function mq:answer/submit {text:'$(text)'}" + } } }