이전퀴즈 데이터팩
This commit is contained in:
46
music_quiz/data/mq/dialog/page3.json
Normal file
46
music_quiz/data/mq/dialog/page3.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"type": "minecraft:confirmation",
|
||||
"title": {
|
||||
"text": "음악퀴즈",
|
||||
"bold": true
|
||||
},
|
||||
"body": [
|
||||
{
|
||||
"type": "minecraft:plain_message",
|
||||
"contents": {
|
||||
"text": "음악퀴즈 설명",
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:plain_message",
|
||||
"contents": {
|
||||
"text": "\n재미있게 즐겨주세요."
|
||||
}
|
||||
}
|
||||
],
|
||||
"inputs": [],
|
||||
"can_close_with_escape": true,
|
||||
"pause": false,
|
||||
"after_action": "close",
|
||||
"yes": {
|
||||
"label": {
|
||||
"text": "<- 이전 페이지",
|
||||
"type": "text"
|
||||
},
|
||||
"action": {
|
||||
"type": "minecraft:show_dialog",
|
||||
"dialog": "mq:page2"
|
||||
}
|
||||
},
|
||||
"no": {
|
||||
"label": {
|
||||
"text": "준비완료",
|
||||
"bold": true
|
||||
},
|
||||
"action": {
|
||||
"type": "minecraft:run_command",
|
||||
"command": "trigger ready"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user