mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-30 14:41:27 -04:00
Release 0.13.3
This commit is contained in:
parent
13f9ce0d84
commit
273f685267
@ -381,6 +381,10 @@ NODE_DEBUG="minecraft-protocol" node [...]
|
|||||||
|
|
||||||
## History
|
## History
|
||||||
|
|
||||||
|
### 0.13.3
|
||||||
|
|
||||||
|
* Fixed readPosition for negative packets (thanks [rom1504](https://github.com/rom1504))
|
||||||
|
|
||||||
### 0.13.2
|
### 0.13.2
|
||||||
|
|
||||||
* Fixed particle packet.
|
* Fixed particle packet.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.13.2",
|
"version": "0.13.3",
|
||||||
"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