-
v1.3.3 — race-free 함수 호출 방식 Stable
released this
2026-05-14 03:15:04 +09:00 | 9 commits to main since this release버그 수정: 음악퀴즈 데이터팩이 있는 맵 접속 시 "[채팅정답] 모드가 활성화되어 있습니다" 메세지가 안 뜨던 race 수정.
원인: v1.3.2 까지는 onPlayerJoin 에서
storage chat_answer:status active=1b를 set 했는데, 통합 서버에서 데이터팩의mq:load가 player join 이후에 도는 케이스가 있어 모드가 써놓은 1b 를 데이터팩이 0b 로 덮어쓰고, repeat/players 의 첫 tick 체크 시점에 0b 라서 알림이 안 떴음.수정: storage flag 폐기. 모드가 onPlayerJoin 에서
mq:players/mod_active_notice함수를 해당 플레이어로 직접 호출. 데이터팩이 메세지를 정의하고, 모드는 "보여라" 만 트리거 → race 없음.필요한 데이터팩 버전: music_quiz @ 416eaee 이상 (mod_active_notice 함수 추가됨).
Fabric 1.21.6 + Fabric 26.1.2 + NeoForge 1.21.6 동시 지원 (단일 jar).
Downloads