Skip to content

Commit

Permalink
Support 1.21.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 authored and extremeheat committed Nov 16, 2024
1 parent fdba037 commit 924f079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ jobs:
java-package: jre
- name: Install Dependencies
run: npm install
- 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
- name: Start Tests
run: npm run mocha_test -- -g ${{ matrix.mcVersion }}v
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"dependencies": {
"minecraft-data": "^3.76.0",
"minecraft-protocol": "^1.50.0",
"minecraft-protocol": "github:PrismarineJS/node-minecraft-protocol#1.21.3",
"prismarine-biome": "^1.1.1",
"prismarine-block": "^1.17.0",
"prismarine-chat": "^1.7.1",
Expand Down

0 comments on commit 924f079

Please sign in to comment.