Skip to content

Commit ec8220d

Browse files
rom1504claude
andauthored
Add support for Minecraft 1.21.8 (#3732)
- Added 1.21.8 to tested versions list in lib/version.js - Updated minecraft-data dependency from 3.76.0 to 3.98.0 which includes 1.21.8 protocol support - Updated minecraft-protocol dependency from 1.60.0 to 1.61.0 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3c37327 commit ec8220d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const testedVersions = ['1.8.8', '1.9.4', '1.10.2', '1.11.2', '1.12.2', '1.13.2', '1.14.4', '1.15.2', '1.16.5', '1.17.1', '1.18.2', '1.19', '1.19.2', '1.19.3', '1.19.4', '1.20.1', '1.20.2', '1.20.4', '1.20.6', '1.21.1', '1.21.3', '1.21.4', '1.21.5', '1.21.6']
1+
const testedVersions = ['1.8.8', '1.9.4', '1.10.2', '1.11.2', '1.12.2', '1.13.2', '1.14.4', '1.15.2', '1.16.5', '1.17.1', '1.18.2', '1.19', '1.19.2', '1.19.3', '1.19.4', '1.20.1', '1.20.2', '1.20.4', '1.20.6', '1.21.1', '1.21.3', '1.21.4', '1.21.5', '1.21.6', '1.21.8']
22
module.exports = {
33

44
testedVersions,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"minecraft-data": "^3.76.0",
25-
"minecraft-protocol": "^1.60.0",
24+
"minecraft-data": "^3.98.0",
25+
"minecraft-protocol": "^1.61.0",
2626
"prismarine-biome": "^1.1.1",
2727
"prismarine-block": "^1.22.0",
2828
"prismarine-chat": "^1.7.1",

0 commit comments

Comments
 (0)