Skip to content

Commit

Permalink
1.21 (#263)
Browse files Browse the repository at this point in the history
* add 1.21

* add 1.21

* add 1.21

* spelling

* removed quotes since apparently unneccessary
  • Loading branch information
Madlykeanu authored Oct 26, 2024
1 parent 4cc2384 commit 381497b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const chunkImplementations = {
1.17: require('./pc/1.17/chunk'),
1.18: require('./pc/1.18/chunk'),
1.19: require('./pc/1.18/chunk'),
'1.20': require('./pc/1.18/chunk')
'1.20': require('./pc/1.18/chunk'),
1.21: require('./pc/1.18/chunk')
},
bedrock: {
0.14: require('./bedrock/0.14/chunk'),
Expand All @@ -22,7 +23,8 @@ const chunkImplementations = {
1.17: require('./bedrock/1.3/chunk'),
1.18: require('./bedrock/1.18/chunk'),
1.19: require('./bedrock/1.18/chunk'),
'1.20': require('./bedrock/1.18/chunk')
'1.20': require('./bedrock/1.18/chunk'),
1.21: require('./bedrock/1.18/chunk')
}
}

Expand Down

0 comments on commit 381497b

Please sign in to comment.