mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 06:03:33 -04:00
Release 0.6.4
This commit is contained in:
parent
f8b2a48d62
commit
0eb72c2046
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…
x
Reference in New Issue
Block a user