music_quiz: 26.1.2 호환 + 정리 + README

- pack_format 69 → 75 (MC 26.1.2)
- 사문화된 # say / # stopsound 디버그 주석 7곳 제거
- btn.mcfunction: 매 틱 모든 버튼마다 평가되던 디버그 매크로 라인 제거
- 데이터팩 분석·사용법·좌표 의존성을 README.md 에 정리

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Claude (owner)
2026-05-13 15:22:55 +09:00
parent 6841b7a4c0
commit b1babad05a
9 changed files with 201 additions and 15 deletions

View File

@@ -7,6 +7,4 @@ stopsound @a weather
$scoreboard players set max_index main $(max_index)
scoreboard players set init main 1
# say 게임시작
dialog show @a mq:page1

View File

@@ -61,5 +61,3 @@ function mq:quiz/macro/summon with storage mq:main command_block
stopsound @a weather
function mq:images/image_delete with storage mq:main command_block
# say "stop 실행"

View File

@@ -1,4 +1,3 @@
# say "서버 리로드 성공"
function mq:tellraw {"text":"서버 리로드 성공!","color":"white","msg":'""'}
data merge storage mq:main { \

View File

@@ -1,8 +1,6 @@
tag @s add player
scoreboard players reset @s leave_game
# say "서버접속 확인"
title @s times 10t 80t 10t
title @s subtitle ""
title @s title ""

View File

@@ -1,7 +1,3 @@
scoreboard players set init main 10
# stopsound @a weather
# say "엔딩"
scoreboard players set timer main 1

View File

@@ -1,7 +1,5 @@
scoreboard players set init main 2
# say 퀴즈 시작!
scoreboard players set index main 0
bossbar set mq:process visible true

View File

@@ -20,7 +20,6 @@ $execute if block $(x) $(y) $(z) minecraft:stone_button[face=wall,facing=$(f),po
if score $(n) buttons matches 1.. \
run scoreboard players set $(n) buttons 0
# $execute as @e[type=minecraft:interaction,tag=mq,tag=$(n),limit=1] on target as @s positioned $(x) $(y) $(z) run say "$(n) 눌러짐"
$execute as @e[type=minecraft:interaction,tag=mq,tag=$(n),limit=1] on target as @s positioned $(x) $(y) $(z) run playsound minecraft:block.stone_button.click_on block @s ~ ~ ~ 1 1
$execute as @e[type=minecraft:interaction,tag=mq,tag=$(n),limit=1] on target as @s positioned $(x) $(y) $(z) if score init main matches 0 run $(c)
$execute as @e[type=minecraft:interaction,tag=mq,tag=$(n),limit=1] on target as @s positioned $(x) $(y) $(z) unless score init main matches 0 run trigger $(n)