We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14b3b0 commit c146daaCopy full SHA for c146daa
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bedrock-provider",
3
- "version": "1.0.2",
+ "version": "2.0.0",
4
"description": "Minecraft Bedrock edition chunk provider",
5
"main": "./js/index.js",
6
"scripts": {
@@ -17,9 +17,9 @@
17
"license": "MIT",
18
"dependencies": {
19
"@jsprismarine/jsbinaryutils": "^2.1.7",
20
- "minecraft-data": "extremeheat/node-minecraft-data#bedrock",
21
- "prismarine-block": "extremeheat/prismarine-block#bedrock",
22
- "prismarine-nbt": "github:extremeheat/prismarine-nbt#builder-fix",
+ "minecraft-data": "^2.104.0",
+ "prismarine-block": "^1.11.0",
+ "prismarine-nbt": "^2.0.0",
23
"vec3": "^0.1.7",
24
"xxhash-wasm": "^0.4.1"
25
},
0 commit comments