mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
add test value for type u64
This commit is contained in:
parent
9ed69de5ff
commit
9778bb920b
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ const values = {
|
|||
}
|
||||
},
|
||||
'i64': [0, 1],
|
||||
'u64': [0, 1],
|
||||
'entityMetadata': [
|
||||
{key: 17, value: 0, type: 0}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue