mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 13:45:37 -04:00
Release 0.8.0
This commit is contained in:
parent
1015a9787b
commit
bb1918da98
@ -256,6 +256,11 @@ correct data type.
|
|||||||
|
|
||||||
## History
|
## History
|
||||||
|
|
||||||
|
### 0.8.0
|
||||||
|
|
||||||
|
* fix remaining bugs for 1.5.1 protocol (thanks Xabier de Zuazo)
|
||||||
|
* writing packets is 6% faster (thanks mappum)
|
||||||
|
|
||||||
### 0.7.9
|
### 0.7.9
|
||||||
|
|
||||||
* support minecraft protocol 1.5 / protocol version 60 (thanks mappum)
|
* support minecraft protocol 1.5 / protocol version 60 (thanks mappum)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.7.9",
|
"version": "0.8.0",
|
||||||
"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