• v1.0.6 663891c966

    v1.0.6 Stable

    claude-bot released this 2026-05-14 23:39:20 +09:00 | 5 commits to main since this release

    애니메이션 텍스처 검증용 painting_variant mq:gif 추가. 리소스팩 musicquiz:gif 텍스처가 .png.mcmeta 애니메이션을 따르는지 시험.

    Downloads
  • v1.0.5 c2dcf0c44f

    v1.0.5 Stable

    claude-bot released this 2026-05-14 23:23:29 +09:00 | 6 commits to main since this release

    painting_variant 를 mq 네임스페이스로 통합 (변종 ID = mq:cover_NN, 텍스처 asset_id = musicquiz:cover_NN). title/author 필드 제거. init/config 의 image.namespace 기본값을 "mq" 로 변경.

    Downloads
  • v1.0.4 f71bd95de5

    v1.0.4 Stable

    claude-bot released this 2026-05-14 23:09:47 +09:00 | 7 commits to main since this release

    painting_variant cover_01~50 추가 + pack.mcmeta min_format/max_format 명시.

    Downloads
  • v1.0.3 416eaee14a

    claude-bot released this 2026-05-14 03:14:55 +09:00 | 9 commits to main since this release

    버그 수정: chat_answer 모드가 깔린 맵에 접속해도 [채팅정답] 모드가 활성화되어 있습니다 메세지가 안 뜨던 race 수정.

    원인: 기존 구조는 모드가 storage chat_answer:status active=1b 를 set 하고 데이터팩이 mq:load 에서 0b 로 초기화하는 방식이었는데, 통합 서버에서 mq:load 가 player join 이후에 도는 케이스가 있어 모드가 써놓은 1b 를 데이터팩이 0b 로 덮어쓰는 race 발생.

    수정: storage flag 폐기. 모드(v1.3.3) 가 onPlayerJoin 에서 mq:players/mod_active_notice 함수를 해당 플레이어로 직접 호출. 데이터팩은 메세지 텍스트만 정의, 모드는 "보여라" 만 트리거 → race 없음.

    변경 사항:

    • mq:load: chat_answer:status 0b 초기화 라인 제거
    • mq:players/login: 조건부 tellraw 제거
    • mq:players/mod_active_notice: 새 함수, tellraw 만

    필요한 모드 버전: chat_answer v1.3.3 이상.

    Downloads
  • v1.0.1 141bc5eaa5

    claude-bot released this 2026-05-13 23:36:29 +09:00 | 11 commits to main since this release

    버그픽스

    • mq/dialog/answer.jsonminecraft:simple_input_form 타입이 1.21.6 dialog registry 에 존재하지 않아 데이터팩 로드 실패 ("세계를 불러올 수 없습니다"). 유효 타입인 minecraft:notice 로 교체, action 을 단일 버튼(label + action) 구조로 감쌌습니다.

    설치

    월드의 datapacks/ 폴더 안 기존 music_quiz-*.zip 삭제 후 music_quiz-1.0.1.zip 로 교체.

    Downloads
  • v1.0.0 083297bf50

    claude-bot released this 2026-05-13 22:27:28 +09:00 | 12 commits to main since this release

    음악퀴즈 데이터팩 첫 릴리즈.

    포함

    • mq:* — 퀴즈 시작/정답/타이머/이미지/사운드 로직
    • dialog 기반 정답 입력 + 빠른행동키 (#minecraft:quick_actions)
    • 채팅 정답 입력 (chat_answer 모드 v1.1.0+ 와 연동)
    • 곡 50개 (volume 필드 포함)

    설치

    월드의 datapacks/ 폴더에 music_quiz-1.0.0.zip 을 그대로 넣고 /reload. 리소스팩 (musicquiz:track_NN / cover_NN) 은 별도.

    요구사항

    • Minecraft 1.21.6+ (dialog 시스템)
    • (선택) chat_answer 모드 v1.1.0+ — 채팅으로 정답 제출 가능 + 로그인 시 활성화 알림
    Downloads