We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6a4b2 commit 29d11d3Copy full SHA for 29d11d3
.github/workflows/ci.yml
@@ -56,5 +56,6 @@ jobs:
56
distribution: 'adopt'
57
- name: Install dependencies
58
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
60
- name: Run tests
61
run: npm run mochaTest -- -g ${{ matrix.mcVersion }}v
0 commit comments