mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-30 14:41:27 -04:00
use prismarine-nbt 0.1.0 and fix some npm warnings
This commit is contained in:
parent
3b9d8f3835
commit
30d0939968
@ -22,7 +22,7 @@
|
|||||||
"bot"
|
"bot"
|
||||||
],
|
],
|
||||||
"author": "Andrew Kelley",
|
"author": "Andrew Kelley",
|
||||||
"license": "BSD",
|
"license": "BSD-3-Clause",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.8.16"
|
"node": ">=0.8.16"
|
||||||
},
|
},
|
||||||
@ -33,6 +33,7 @@
|
|||||||
"gulp-babel": "^5.1.0",
|
"gulp-babel": "^5.1.0",
|
||||||
"gulp-plumber": "^1.0.1",
|
"gulp-plumber": "^1.0.1",
|
||||||
"gulp-sourcemaps": "^1.3.0",
|
"gulp-sourcemaps": "^1.3.0",
|
||||||
|
"espower-loader":"^1.0.0",
|
||||||
"intelli-espower-loader": "^1.0.0",
|
"intelli-espower-loader": "^1.0.0",
|
||||||
"mocha": "~2.3.3",
|
"mocha": "~2.3.3",
|
||||||
"power-assert": "^1.0.0",
|
"power-assert": "^1.0.0",
|
||||||
@ -45,7 +46,7 @@
|
|||||||
"lodash.reduce": "^3.1.2",
|
"lodash.reduce": "^3.1.2",
|
||||||
"minecraft-data": "^0.13.0",
|
"minecraft-data": "^0.13.0",
|
||||||
"node-uuid": "~1.4.1",
|
"node-uuid": "~1.4.1",
|
||||||
"prismarine-nbt": "0.0.1",
|
"prismarine-nbt": "0.1.0",
|
||||||
"protodef": "0.2.0",
|
"protodef": "0.2.0",
|
||||||
"readable-stream": "^1.1.0",
|
"readable-stream": "^1.1.0",
|
||||||
"superagent": "~0.10.0",
|
"superagent": "~0.10.0",
|
||||||
|
@ -56,10 +56,11 @@ var values = {
|
|||||||
itemCount: 56,
|
itemCount: 56,
|
||||||
itemDamage: 2,
|
itemDamage: 2,
|
||||||
nbtData: {
|
nbtData: {
|
||||||
root: "test", value: {
|
type:"compound",
|
||||||
|
name: "test", value: {
|
||||||
test1: {type: "int", value: 4},
|
test1: {type: "int", value: 4},
|
||||||
test2: {type: "long", value: [12, 42]},
|
test2: {type: "long", value: [12, 42]},
|
||||||
test3: {type: "byteArray", value: new Buffer(32)},
|
test3: {type: "byteArray", value: [32]},
|
||||||
test4: {type: "string", value: "ohi"},
|
test4: {type: "string", value: "ohi"},
|
||||||
test5: {type: "list", value: {type: "int", value: [4]}},
|
test5: {type: "list", value: {type: "int", value: [4]}},
|
||||||
test6: {type: "compound", value: {test: {type: "int", value: 4}}},
|
test6: {type: "compound", value: {test: {type: "int", value: 4}}},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user