Skip to content

Commit

Permalink
Update data pack format to 29
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixinova committed Jan 25, 2024
1 parent 76974f6 commit 19f687f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

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

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

## 1.3.11
*2024-01-03*
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const START_SNAPSHOTS: Record<string, Record<PackType, FormatResult>> = {
'23w46a': { resource: 21, data: 25 },
'23w51a': { resource: 22, data: 27 },
'24w03a': { resource: 24, data: 28 },
'24w04a': { resource: 24, data: 29 },
[fauxCurrentSnapshot]: { resource: undefined, data: undefined },
}

Expand Down

0 comments on commit 19f687f

Please sign in to comment.