update mcdata for 1.9.1-pre2

This commit is contained in:
Romain Beaumont 2016-03-10 21:26:55 +01:00
parent ffd5aa793d
commit 477f096e36
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ Parse and serialize minecraft packets, plus authentication and encryption.
## Features
* Supports Minecraft version 1.7.10, 1.8.8 and 1.9 (15w40b and 1.9)
* Supports Minecraft version 1.7.10, 1.8.8 and 1.9 (15w40b, 1.9 and 1.9.1-pre2)
* Parses all packets and emits events with packet fields as JavaScript
objects.
* Send a packet by supplying fields as a JavaScript object.

View file

@ -46,7 +46,7 @@
"endian-toggle": "0.0.0",
"lodash.get": "^4.1.2",
"lodash.merge": "^4.3.0",
"minecraft-data": "~1.2.5",
"minecraft-data": "~1.2.6",
"prismarine-nbt": "0.2.1",
"protodef": "^1.1.2",
"readable-stream": "^2.0.5",