v1.0.26: 삭제됐던 docs/temp 복구 + README 사실 정정
리뷰어 지적 후속:
- docs/mc_video_player_mod_integration.md 복구 (f0a2e4f 에서 추출).
pull 시점에 main 에 없어서 같이 사라졌던 파일.
- temp/ 부분 적용 패키지 v1.0.26 기준으로 복구. 좌표 보존을 위해
init/*.mcfunction 은 일부러 제외, framework 파일만 포함:
- commands/start.mcfunction, load.mcfunction (모드 게이트 + objective)
- repeat/buttons/{btn,btn_prep,handler}.mcfunction
- repeat/timer.mcfunction + repeat/timers/{init2,init6,init10}.mcfunction
- temp/README.md 에 적용 방법 + 라벨 추가 안내 명시.
- README.md 사실 정정:
- 음원 채널 "기본 weather" → 실제 config.mcfunction 은 player
(UI 비프만 weather). source 가 무엇이 무엇인지 명시.
- 스토리지 섹션의 marker 항목 제거 (현재 config 에 marker 정의 없음,
legacy kill 한 줄만 잔존). mq:input 큐 추가, mq:tmp 페이로드 갱신.
- init/config.mcfunction 설명 / 좌표 의존성 섹션에서 marker 제거.
데이터팩 코드 변경 없음 — v1.0.25 = v1.0.26 동작 동일.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
27
temp/data/mq/function/repeat/buttons/handler.mcfunction
Normal file
27
temp/data/mq/function/repeat/buttons/handler.mcfunction
Normal file
@@ -0,0 +1,27 @@
|
||||
# 각 button_defs 항목을 mq:tmp.btn 으로 복사 → optional 필드 기본값 채움
|
||||
# → btn 호출. btn 안에서 facing 별 분기 (if data storage mq:tmp btn{f:"..."})
|
||||
# 와 macro arg ($(label) 등) 둘 다 사용 가능하게 같은 storage 에 노출시킨다.
|
||||
|
||||
data modify storage mq:tmp btn set from storage mq:main button_defs[0]
|
||||
function mq:repeat/buttons/btn_prep
|
||||
function mq:repeat/buttons/btn with storage mq:tmp btn
|
||||
|
||||
data modify storage mq:tmp btn set from storage mq:main button_defs[1]
|
||||
function mq:repeat/buttons/btn_prep
|
||||
function mq:repeat/buttons/btn with storage mq:tmp btn
|
||||
|
||||
data modify storage mq:tmp btn set from storage mq:main button_defs[2]
|
||||
function mq:repeat/buttons/btn_prep
|
||||
function mq:repeat/buttons/btn with storage mq:tmp btn
|
||||
|
||||
data modify storage mq:tmp btn set from storage mq:main button_defs[3]
|
||||
function mq:repeat/buttons/btn_prep
|
||||
function mq:repeat/buttons/btn with storage mq:tmp btn
|
||||
|
||||
data modify storage mq:tmp btn set from storage mq:main button_defs[4]
|
||||
function mq:repeat/buttons/btn_prep
|
||||
function mq:repeat/buttons/btn with storage mq:tmp btn
|
||||
|
||||
data modify storage mq:tmp btn set from storage mq:main button_defs[5]
|
||||
function mq:repeat/buttons/btn_prep
|
||||
function mq:repeat/buttons/btn with storage mq:tmp btn
|
||||
Reference in New Issue
Block a user