mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-30 06:30:39 -04:00
Release 0.13.4
This commit is contained in:
parent
f6601b4295
commit
f0a7c1b22d
@ -381,6 +381,14 @@ NODE_DEBUG="minecraft-protocol" node [...]
|
|||||||
|
|
||||||
## History
|
## 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
|
### 0.13.3
|
||||||
|
|
||||||
* Fixed readPosition for negative packets (thanks [rom1504](https://github.com/rom1504))
|
* Fixed readPosition for negative packets (thanks [rom1504](https://github.com/rom1504))
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.13.3",
|
"version": "0.13.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