mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Release 0.13.4
This commit is contained in:
parent
f6601b4295
commit
f0a7c1b22d
2 changed files with 9 additions and 1 deletions
|
@ -381,6 +381,14 @@ NODE_DEBUG="minecraft-protocol" node [...]
|
|||
|
||||
## History
|
||||
|
||||
### 0.13.4
|
||||
|
||||
* Added hook to modify server ping (thanks [Brian Schlenker](https://github.com/bschlenk))
|
||||
* Exposed the Client class to the browser, after removing node-specific details
|
||||
* Fixed the examples
|
||||
* Silenced the "DID NOT PARSE THE WHOLE THING" debug message, and made it print more useful info
|
||||
* Updated ursa-purejs dependency, which in turned fixed windows version of node-minecraft-protocol.
|
||||
|
||||
### 0.13.3
|
||||
|
||||
* Fixed readPosition for negative packets (thanks [rom1504](https://github.com/rom1504))
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.13.3",
|
||||
"version": "0.13.4",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue