- pack.mcmeta: 25w31a 이후 도입된 min_format/max_format 배열 스펙으로 교체. min_format >= 82 이므로 pack_format 키는 생략. - step.mcfunction L8, L45: `data modify ... set string from <source>` 는 잘못된 문법. 올바른 형태는 `set string <source> [start] [end]` (from 없음). 이로 인해 8행 부근 파싱이 멈추던 문제 해결.
8 lines
136 B
JSON
8 lines
136 B
JSON
{
|
|
"pack": {
|
|
"description": "음악퀴즈용 데이터팩입니다.",
|
|
"min_format": [101, 1],
|
|
"max_format": [101, 1]
|
|
}
|
|
}
|