mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
update long and packages
This commit is contained in:
parent
09b491f39e
commit
25e2cdcf62
2 changed files with 4 additions and 4 deletions
|
@ -43,9 +43,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"buffer-equal": "1.0.0",
|
||||
"minecraft-data": "^0.20.4",
|
||||
"prismarine-nbt": "0.2.0",
|
||||
"protodef": "0.3.0",
|
||||
"minecraft-data": "^1.0.2",
|
||||
"prismarine-nbt": "0.2.1",
|
||||
"protodef": "^1.0.0",
|
||||
"readable-stream": "^2.0.5",
|
||||
"ursa-purejs": "0.0.3",
|
||||
"uuid-1345": "^0.99.6",
|
||||
|
|
|
@ -104,7 +104,7 @@ var values = {
|
|||
test7: {type: "intArray", value: [12, 42]}
|
||||
}
|
||||
},
|
||||
'long': [0, 1],
|
||||
'i64': [0, 1],
|
||||
'entityMetadata': [
|
||||
{key: 17, value: 0, type: 0}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue