mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-05-13 23:00:25 -04:00
Release 0.11.3
This commit is contained in:
parent
c0a66738a3
commit
5c8f29bdff
2 changed files with 5 additions and 1 deletions
|
@ -293,6 +293,10 @@ NODE_DEBUG="minecraft-protocol" node [...]
|
|||
|
||||
## History
|
||||
|
||||
### 0.11.3
|
||||
|
||||
* packet 0x2c: packet writing fixed, UUID format simplified, tests updated
|
||||
|
||||
### 0.11.2
|
||||
|
||||
* 1.6.2 support fixes: updated 0x2c packets to include `elementList` and added 0x85 *Tile Editor Open* packets
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.11.2",
|
||||
"version": "0.11.3",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue