Skip to content

Commit 625dfcd

Browse files
committed
Support 1.21.3.
1 parent 3d6e234 commit 625dfcd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@ jobs:
5656
java-package: jre
5757
- name: Install Dependencies
5858
run: npm install
59+
- run: cd node_modules && cd minecraft-data && mv minecraft-data minecraft-data-old && git clone -b pc1.21.3 https://github.com/GroobleDierne/minecraft-data.git --depth 1 && node bin/generate_data.js
5960
- name: Start Tests
6061
run: npm run mocha_test -- -g ${{ matrix.mcVersion }}v

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"minecraft-data": "^3.76.0",
25-
"minecraft-protocol": "^1.50.0",
25+
"minecraft-protocol": "github:PrismarineJS/node-minecraft-protocol#1.21.3",
2626
"prismarine-biome": "^1.1.1",
2727
"prismarine-block": "^1.17.0",
2828
"prismarine-chat": "^1.7.1",

0 commit comments

Comments
 (0)