Skip to content

Commit 29d11d3

Browse files
Use new mcdata
1 parent 9c6a4b2 commit 29d11d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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
distribution: 'adopt'
5757
- name: Install dependencies
5858
run: npm install
59+
- run: cd node_modules/minecraft-data && mv minecraft-data minecraft-data-old && git clone --depth 1 https://github.com/SuperGamerTron/minecraft-data -b consistent-entity-metadata && node bin/generate_data.js
5960
- name: Run tests
6061
run: npm run mochaTest -- -g ${{ matrix.mcVersion }}v

0 commit comments

Comments
 (0)