Skip to content

Commit c4f74ee

Browse files
cohenericksonNixinova
authored andcommitted
Add 1.21
1 parent c52e99d commit c4f74ee

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ const START_RELEASES: Record<VersionName, Record<PackType, FormatResult>> = {
2121
'1.20.3': { resource: 22, data: 26 },
2222
'1.20.5': { resource: 32, data: 41 },
2323
'1.20.6': { resource: 32, data: 41 },
24-
25-
'1.21.x': { resource: undefined, data: undefined },
24+
'1.21.x': { resource: 34, data: 48 },
2625
}
2726
const START_SNAPSHOTS: Record<string, Record<PackType, FormatResult>> = {
2827
'13w24a': { resource: 1, data: null },
@@ -83,7 +82,6 @@ const SPECIAL: Record<PackType, Record<number, string[]>> = {
8382
17: ['1.20.2-pre1'],
8483
31: ['1.20.5-pre1', '1.20.5-pre2', '1.20.5-pre3'],
8584
32: ['1.20.5-pre4', '1.20.5-rc'],
86-
34: ['1.21-pre'], // NOTE: can remove this line if 1.21-release is also 34
8785
},
8886
data: {
8987
4: ['combat1', 'combat2', 'combat3'],

0 commit comments

Comments
 (0)