Skip to content

Commit 19f687f

Browse files
committed
Update data pack format to 29
1 parent 76974f6 commit 19f687f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
## Next
44
- Changed the CLI result to say 'not present' instead of 'not known' for versions that do not use a pack format.
5+
- Updated data back format to `29`.
56

67
## 1.3.12
78
*2024-01-23*
89
- Changed the CLI result to say 'not known' instead of 'undefined' for versions without associated pack formats.
910
- Fixed the result of `--latest` not always returning the very latest version.
1011
- Updated resource pack format to `24`.
11-
- Updated data pack format to `26`.
12+
- Updated data pack format to `28`.
1213

1314
## 1.3.11
1415
*2024-01-03*

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ const START_SNAPSHOTS: Record<string, Record<PackType, FormatResult>> = {
5656
'23w46a': { resource: 21, data: 25 },
5757
'23w51a': { resource: 22, data: 27 },
5858
'24w03a': { resource: 24, data: 28 },
59+
'24w04a': { resource: 24, data: 29 },
5960
[fauxCurrentSnapshot]: { resource: undefined, data: undefined },
6061
}
6162

0 commit comments

Comments
 (0)