mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
more robust 0x28 test
This commit is contained in:
parent
9c476600ea
commit
174481fc2a
1 changed files with 8 additions and 5 deletions
13
test/test.js
13
test/test.js
|
@ -81,11 +81,14 @@ var values = {
|
|||
addBitMap: 10,
|
||||
}],
|
||||
},
|
||||
'entityMetadata': [{
|
||||
type: 'int',
|
||||
key: 3,
|
||||
value: 100,
|
||||
}],
|
||||
'entityMetadata': [
|
||||
{ key: 17, value: 0, type: 'int' },
|
||||
{ key: 0, value: 0, type: 'byte' },
|
||||
{ key: 16, value: 0, type: 'byte' },
|
||||
{ key: 1, value: 300, type: 'short' },
|
||||
{ key: 19, value: 0, type: 'int' },
|
||||
{ key: 18, value: 1, type: 'int' },
|
||||
],
|
||||
'objectData': {
|
||||
intField: 9,
|
||||
velocityX: 1,
|
||||
|
|
Loading…
Reference in a new issue