mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 22:23:21 -04:00
update supported versions list
This commit is contained in:
parent
75c17f0318
commit
df83143684
@ -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, 1.9 and 1.9.1-pre2)
|
* 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) and 1.10 (16w20a, 1.10-pre1, 1.10)
|
||||||
* 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.
|
||||||
|
@ -47,7 +47,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": "^2.0.0",
|
"minecraft-data": "^2.5.0",
|
||||||
"prismarine-nbt": "^1.0.0",
|
"prismarine-nbt": "^1.0.0",
|
||||||
"protodef": "^1.2.3",
|
"protodef": "^1.2.3",
|
||||||
"readable-stream": "^2.0.5",
|
"readable-stream": "^2.0.5",
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
module.exports={
|
module.exports={
|
||||||
defaultVersion:'1.8',
|
defaultVersion:'1.8',
|
||||||
supportedVersions:['1.7','1.8','15w40b','1.9']
|
supportedVersions:['1.7','1.8','1.9','1.10']
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user