Skip to content

Commit

Permalink
Update resource pack format to 31
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixinova committed Apr 9, 2024
1 parent 80d3224 commit 62f4e49
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Next
- Updated resource pack format to `31`.

## 1.3.13
*2024-03-15*
- Changed the CLI result to say 'not present' instead of 'not known' for versions that do not use a pack format.
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ const START_SNAPSHOTS: Record<string, Record<PackType, FormatResult>> = {
'24w09a': { resource: 28, data: 33 },
'24w10a': { resource: 28, data: 34 },
'24w11a': { resource: 29, data: 35 },
'24w12a': { resource: 30, data: 35 },
'24w13a': { resource: 31, data: 35 },
[fauxCurrentSnapshot]: { resource: undefined, data: undefined },
}

Expand Down
4 changes: 4 additions & 0 deletions test/pack-formats-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ Types:
"24w10a" (d) 34
"24w11a" (r) 29
"24w11a" (d) 35
"24w12a" (r) 30
"24w12a" (d) 35
"24w13a" (r) 31
"24w13a" (d) 35

=== Special cases ===

Expand Down

0 comments on commit 62f4e49

Please sign in to comment.