mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-10-04 00:21:12 -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
|
||||
|
||||
* Supports Minecraft version 1.7.2
|
||||
* Supports Minecraft version 1.7.6
|
||||
* Parses all packets and emits events with packet fields as JavaScript
|
||||
objects.
|
||||
* Send a packet by supplying fields as a JavaScript object.
|
||||
@ -347,6 +347,10 @@ NODE_DEBUG="minecraft-protocol" node [...]
|
||||
```
|
||||
|
||||
## History
|
||||
### 0.12.1
|
||||
|
||||
* Updated protocol version to support 1.7.6
|
||||
|
||||
### 0.12.0
|
||||
|
||||
* Updated protocol version to support 1.7.2
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.12.0",
|
||||
"version": "0.12.1",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user