mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 14:13:45 -04:00
Release 0.17.0
This commit is contained in:
parent
4d99e1a00c
commit
9ea3652b6b
10
HISTORY.md
10
HISTORY.md
@ -1,5 +1,15 @@
|
|||||||
# History
|
# History
|
||||||
|
|
||||||
|
## 0.17.0
|
||||||
|
|
||||||
|
* requires node>=4
|
||||||
|
* big refactor of createClient : split in several modules (thanks @deathcap)
|
||||||
|
* stop using es7
|
||||||
|
* make it easy to create client plugins (and create minecraft-protocol-forge) (thanks @deathcap)
|
||||||
|
* use babel6
|
||||||
|
* add dynamic version support in client
|
||||||
|
* update minecraft-data
|
||||||
|
|
||||||
## 0.16.6
|
## 0.16.6
|
||||||
|
|
||||||
* fix latency before the first keep alive
|
* fix latency before the first keep alive
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.16.7-GH",
|
"version": "0.17.0",
|
||||||
"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