mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 06:03:33 -04:00
update mcdata, support 1.9 release
This commit is contained in:
parent
9e7ac49dd8
commit
ec7240a80b
@ -7,7 +7,7 @@ Parse and serialize minecraft packets, plus authentication and encryption.
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Supports Minecraft version 1.7.10, 1.8.8 and 1.9 (15w40b and 1.9-pre4)
|
* Supports Minecraft version 1.7.10, 1.8.8 and 1.9 (15w40b and 1.9)
|
||||||
* 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.
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
"endian-toggle": "0.0.0",
|
"endian-toggle": "0.0.0",
|
||||||
"lodash.get": "^4.1.2",
|
"lodash.get": "^4.1.2",
|
||||||
"lodash.merge": "^4.3.0",
|
"lodash.merge": "^4.3.0",
|
||||||
"minecraft-data": "~1.2.1",
|
"minecraft-data": "~1.2.2",
|
||||||
"prismarine-nbt": "0.2.1",
|
"prismarine-nbt": "0.2.1",
|
||||||
"protodef": "^1.1.2",
|
"protodef": "^1.1.2",
|
||||||
"readable-stream": "^2.0.5",
|
"readable-stream": "^2.0.5",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user