mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-30 06:30:39 -04:00
more robust 0x28 test
This commit is contained in:
parent
9c476600ea
commit
174481fc2a
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…
x
Reference in New Issue
Block a user