mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
commit
7e6f21fb2a
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ Parse and serialize minecraft packets, plus authentication and encryption.
|
|||
|
||||
## Features
|
||||
|
||||
* Supports Minecraft version 1.8.8 and 1.9 (15w40b)
|
||||
* Supports Minecraft version 1.7.10, 1.8.8 and 1.9 (15w40b and 16w05b)
|
||||
* Parses all packets and emits events with packet fields as JavaScript
|
||||
objects.
|
||||
* Send a packet by supplying fields as a JavaScript object.
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"buffer-equal": "1.0.0",
|
||||
"minecraft-data": "^0.20.1",
|
||||
"minecraft-data": "^0.20.2",
|
||||
"prismarine-nbt": "0.2.0",
|
||||
"protodef": "0.3.0",
|
||||
"readable-stream": "^2.0.5",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module.exports={
|
||||
defaultVersion:'1.8',
|
||||
supportedVersions:['1.8','15w40b','1.9']
|
||||
supportedVersions:['1.7','1.8','15w40b','1.9']
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue