mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-04-30 08:23:31 -04:00
Release 0.6.4
This commit is contained in:
parent
f8b2a48d62
commit
0eb72c2046
2 changed files with 19 additions and 1 deletions
18
README.md
18
README.md
|
@ -228,3 +228,21 @@ correct data type.
|
|||
|
||||
85 tests complete
|
||||
```
|
||||
|
||||
## History
|
||||
|
||||
### 0.6.4
|
||||
|
||||
* Allow minecraft username instead of mojang email. (thanks roblabla)
|
||||
|
||||
### 0.6.3
|
||||
|
||||
* y values when only 1 byte are always unsigned
|
||||
|
||||
### 0.6.2
|
||||
|
||||
* 0x0e: change face to unsigned byte
|
||||
|
||||
### 0.6.1
|
||||
|
||||
* 0x0d: fix incorrectly swapped stance and y
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.6.3",
|
||||
"version": "0.6.4",
|
||||
"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