mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-10-04 08:30:30 -04:00
Release 0.12.1
This commit is contained in:
parent
d7f3e5cd05
commit
a679994d89
@ -4,7 +4,7 @@ Parse and serialize minecraft packets, plus authentication and encryption.
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Supports Minecraft version 1.7.2
|
* Supports Minecraft version 1.7.6
|
||||||
* Parses all packets and emits events with packet fields as JavaScript
|
* Parses all packets and emits events with packet fields as JavaScript
|
||||||
objects.
|
objects.
|
||||||
* Send a packet by supplying fields as a JavaScript object.
|
* Send a packet by supplying fields as a JavaScript object.
|
||||||
@ -347,6 +347,10 @@ NODE_DEBUG="minecraft-protocol" node [...]
|
|||||||
```
|
```
|
||||||
|
|
||||||
## History
|
## History
|
||||||
|
### 0.12.1
|
||||||
|
|
||||||
|
* Updated protocol version to support 1.7.6
|
||||||
|
|
||||||
### 0.12.0
|
### 0.12.0
|
||||||
|
|
||||||
* Updated protocol version to support 1.7.2
|
* Updated protocol version to support 1.7.2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.12.0",
|
"version": "0.12.1",
|
||||||
"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