mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-30 22:51:23 -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
|
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",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.6.3",
|
"version": "0.6.4",
|
||||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user