mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
fix slot value in packet tests and update some deps
This commit is contained in:
parent
97edd67b07
commit
822d9e12dd
2 changed files with 5 additions and 4 deletions
|
@ -31,10 +31,10 @@
|
|||
},
|
||||
"browser": "src/browser.js",
|
||||
"devDependencies": {
|
||||
"@types/node": "^10.5.8",
|
||||
"@types/node": "^10.12.0",
|
||||
"espower-loader": "^1.0.0",
|
||||
"intelli-espower-loader": "^1.0.0",
|
||||
"minecraft-wrap": "^1.2.0",
|
||||
"minecraft-wrap": "^1.2.3",
|
||||
"mocha": "^5.0.5",
|
||||
"power-assert": "^1.0.0",
|
||||
"require-self": "^0.2.1",
|
||||
|
@ -42,7 +42,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"buffer-equal": "^1.0.0",
|
||||
"debug": "^4.0.0",
|
||||
"debug": "^4.1.0",
|
||||
"endian-toggle": "^0.0.0",
|
||||
"lodash.get": "^4.1.2",
|
||||
"lodash.merge": "^4.3.0",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"node-rsa": "^0.4.2",
|
||||
"prismarine-nbt": "^1.2.0",
|
||||
"protodef": "^1.6.7",
|
||||
"readable-stream": "^3.0.0",
|
||||
"readable-stream": "^3.0.6",
|
||||
"uuid-1345": "^0.99.6",
|
||||
"yggdrasil": "^1.1.1"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,7 @@ function evalCount (count, fields) {
|
|||
}
|
||||
|
||||
const slotValue = {
|
||||
present: true,
|
||||
blockId: 5,
|
||||
itemCount: 56,
|
||||
itemDamage: 2,
|
||||
|
|
Loading…
Reference in a new issue