update long and packages

This commit is contained in:
Romain Beaumont 2016-02-19 23:43:30 +01:00
parent 09b491f39e
commit 25e2cdcf62
2 changed files with 4 additions and 4 deletions

View file

@ -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",

View file

@ -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}
], ],