update to 14.0 and add node-raknet
This commit is contained in:
parent
6dfd78b12f
commit
dfd1749161
2 changed files with 30 additions and 1 deletions
|
|
@ -1101,6 +1101,26 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"mcpe_request_chunk_radius": {
|
||||
"id": "0xc8",
|
||||
"online": "false",
|
||||
"fields": [
|
||||
{
|
||||
"name": "chunk_radius",
|
||||
"type": "int"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mcpe_chunk_radius_update": {
|
||||
"id": "0xc9",
|
||||
"online": "false",
|
||||
"fields": [
|
||||
{
|
||||
"name": "chunk_radius",
|
||||
"type": "int"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mcpe_transfer": {
|
||||
"id": "0x1b",
|
||||
"online": "false",
|
||||
|
|
|
|||
11
package.json
11
package.json
|
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
"name": "pocket-minecraft-protocol",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Parse and serialize Minecraft pocket edition packets.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"prepublish": "gulp",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [
|
||||
|
|
@ -12,11 +13,19 @@
|
|||
"protocol"
|
||||
],
|
||||
"author": "mhsjlw <mhsjlw@aol.com>",
|
||||
"contributors": [
|
||||
"rom1504"
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.4.4",
|
||||
<<<<<<< 6dfd78b12f3010ef09633a3bec362d8d552d8452
|
||||
"protodef": "^1.0.0",
|
||||
"xml2js": "0.4.16"
|
||||
=======
|
||||
"protodef": "0.2.2",
|
||||
"raknet": "^1.1.0"
|
||||
>>>>>>> update to 14.0 and add node-raknet
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "3.8.11",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue