File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 56
56
java-package : jre
57
57
- name : Install Dependencies
58
58
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
59
60
- name : Start Tests
60
61
run : npm run mocha_test -- -g ${{ matrix.mcVersion }}v
Original file line number Diff line number Diff line change 22
22
"license" : " MIT" ,
23
23
"dependencies" : {
24
24
"minecraft-data" : " ^3.76.0" ,
25
- "minecraft-protocol" : " ^1.50.0 " ,
25
+ "minecraft-protocol" : " github:PrismarineJS/node-minecraft-protocol#1.21.3 " ,
26
26
"prismarine-biome" : " ^1.1.1" ,
27
27
"prismarine-block" : " ^1.17.0" ,
28
28
"prismarine-chat" : " ^1.7.1" ,
You can’t perform that action at this time.
0 commit comments