mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-30 14:41:27 -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,
|
addBitMap: 10,
|
||||||
}],
|
}],
|
||||||
},
|
},
|
||||||
'entityMetadata': [{
|
'entityMetadata': [
|
||||||
type: 'int',
|
{ key: 17, value: 0, type: 'int' },
|
||||||
key: 3,
|
{ key: 0, value: 0, type: 'byte' },
|
||||||
value: 100,
|
{ 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': {
|
'objectData': {
|
||||||
intField: 9,
|
intField: 9,
|
||||||
velocityX: 1,
|
velocityX: 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user