mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 21:52:17 -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
|
||||
|
||||
### 0.13.3
|
||||
|
||||
* Fixed readPosition for negative packets (thanks [rom1504](https://github.com/rom1504))
|
||||
|
||||
### 0.13.2
|
||||
|
||||
* Fixed particle packet.
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.13.2",
|
||||
"version": "0.13.3",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user