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": {
|
"dependencies": {
|
||||||
"buffer-equal": "1.0.0",
|
"buffer-equal": "1.0.0",
|
||||||
"minecraft-data": "^0.20.4",
|
"minecraft-data": "^1.0.2",
|
||||||
"prismarine-nbt": "0.2.0",
|
"prismarine-nbt": "0.2.1",
|
||||||
"protodef": "0.3.0",
|
"protodef": "^1.0.0",
|
||||||
"readable-stream": "^2.0.5",
|
"readable-stream": "^2.0.5",
|
||||||
"ursa-purejs": "0.0.3",
|
"ursa-purejs": "0.0.3",
|
||||||
"uuid-1345": "^0.99.6",
|
"uuid-1345": "^0.99.6",
|
||||||
|
|
|
@ -104,7 +104,7 @@ var values = {
|
||||||
test7: {type: "intArray", value: [12, 42]}
|
test7: {type: "intArray", value: [12, 42]}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'long': [0, 1],
|
'i64': [0, 1],
|
||||||
'entityMetadata': [
|
'entityMetadata': [
|
||||||
{key: 17, value: 0, type: 0}
|
{key: 17, value: 0, type: 0}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue