Skip to content

Commit

Permalink
update pregistry and ci.yml for mcdata
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Oct 26, 2024
1 parent fa44fba commit 10c9362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +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 https://github.com/GroobleDierne/minecraft-data.git --depth 1 && node bin/generate_data.js
- run: cd node_modules && cd minecraft-data && mv minecraft-data minecraft-data-old && git clone -b pc1.21 https://github.com/PrismarineJS/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 @@ -32,7 +32,7 @@
"prismarine-nbt": "^2.0.0",
"prismarine-physics": "github:Madlykeanu/prismarine-physics#1.21",
"prismarine-recipe": "^1.3.0",
"prismarine-registry": "^1.8.0",
"prismarine-registry": "github:SuperGamerTron/prismarine-registry#1.21",
"prismarine-windows": "^2.9.0",
"prismarine-world": "^3.6.0",
"protodef": "1.17.0",
Expand Down

0 comments on commit 10c9362

Please sign in to comment.