Release 3.2.0
This commit is contained in:
parent
9cb4a888f4
commit
025c2cfac6
3 changed files with 25 additions and 2 deletions
|
|
@ -1,3 +1,11 @@
|
|||
## 3.2.0
|
||||
|
||||
* Fix empty chunks on proxy spawn (#89)
|
||||
* Send skin data to server (#88)
|
||||
* Support xbox title + live.com auth (#86)
|
||||
* Protocol updates and fixes
|
||||
* Fix third party servers, optional client encryption (#83)
|
||||
|
||||
## 3.1.0
|
||||
* Add support for 1.16
|
||||
* New docs and examples
|
||||
|
|
|
|||
17
data/1.16.220/protocol.json
generated
17
data/1.16.220/protocol.json
generated
|
|
@ -5110,7 +5110,22 @@
|
|||
[
|
||||
{
|
||||
"name": "action_id",
|
||||
"type": "zigzag32"
|
||||
"type": [
|
||||
"mapper",
|
||||
{
|
||||
"type": "zigzag32",
|
||||
"mappings": {
|
||||
"0": "none",
|
||||
"1": "swing_arm",
|
||||
"2": "unknown",
|
||||
"3": "wake_up",
|
||||
"4": "critical_hit",
|
||||
"5": "magic_critical_hit",
|
||||
"6": "row_right",
|
||||
"7": "row_left"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtime_entity_id",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bedrock-protocol",
|
||||
"version": "3.1.0",
|
||||
"version": "3.2.0",
|
||||
"description": "Minecraft Bedrock Edition protocol library",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue