minecraft-data 3.86.0 → 3.87.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/doc/history.md +4 -0
- package/minecraft-data/data/pc/1.19.3/proto.yml +1 -1
- package/minecraft-data/data/pc/1.19.3/protocol.json +2 -2
- package/minecraft-data/data/pc/1.19.4/proto.yml +1 -1
- package/minecraft-data/data/pc/1.19.4/protocol.json +2 -2
- package/minecraft-data/data/pc/1.20/proto.yml +1 -1
- package/minecraft-data/data/pc/1.20/protocol.json +2 -2
- package/minecraft-data/data/pc/common/protocolVersions.json +8 -0
- package/minecraft-data/doc/history.md +4 -0
- package/package.json +2 -2
package/doc/history.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 3.87.0
|
|
2
|
+
* [Fix bug in packet experience.](https://github.com/PrismarineJS/minecraft-data/commit/a32f3880296467fbed19e5205b1d1d23331fffa8) (thanks @rom1504)
|
|
3
|
+
* [Add 25w20a to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/9ba5dfb80f37415e2ac79c3dc15c5581d5738bfa) (thanks @github-actions[bot])
|
|
4
|
+
|
|
1
5
|
## 3.86.0
|
|
2
6
|
* [Add Bedrock 1.21.80 protocol data (#1010)](https://github.com/PrismarineJS/minecraft-data/commit/9d518a1e4387c0323e55fe58dd2edbf50f6a13d8) (thanks @extremeheat)
|
|
3
7
|
* [Add data for bedrock 1.21.60 and 1.21.70 (#997)](https://github.com/PrismarineJS/minecraft-data/commit/57e34f79c2e9deac2e71888ba639f4cb01068c34) (thanks @bedrock-bot)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "minecraft-data",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.87.0",
|
|
4
4
|
"description": "Provide easy access to minecraft data in node.js",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"tonicExampleFilename": "example.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"minecraft-packets": "^1.4.0",
|
|
40
40
|
"mocha": "^11.0.1",
|
|
41
41
|
"standard": "^17.0.0",
|
|
42
|
-
"typescript": "~5.
|
|
42
|
+
"typescript": "~5.8.3"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {}
|
|
45
45
|
}
|