Merge pull request #489 from PrismarineJS/17w18b

* 17w18b support
This commit is contained in:
Romain Beaumont 2017-05-05 14:19:50 +02:00 committed by GitHub
commit b4c80d325e
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ Parse and serialize minecraft packets, plus authentication and encryption.
## Features
* Supports Minecraft PC version 1.7.10, 1.8.8, 1.9 (15w40b, 1.9, 1.9.1-pre2, 1.9.2, 1.9.4),
1.10 (16w20a, 1.10-pre1, 1.10, 1.10.1, 1.10.2), 1.11 (16w35a, 1.11, 1.11.2), and 1.12 (17w15a)
1.10 (16w20a, 1.10-pre1, 1.10, 1.10.1, 1.10.2), 1.11 (16w35a, 1.11, 1.11.2), and 1.12 (17w15a, 17w18b)
* Parses all packets and emits events with packet fields as JavaScript
objects.
* Send a packet by supplying fields as a JavaScript object.

View file

@ -41,7 +41,7 @@
"endian-toggle": "^0.0.0",
"lodash.get": "^4.1.2",
"lodash.merge": "^4.3.0",
"minecraft-data": "^2.14.0",
"minecraft-data": "^2.15.0",
"prismarine-nbt": "^1.0.0",
"protodef": "^1.5.1",
"readable-stream": "^2.0.5",