mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-27 17:55:45 -05:00
Fix animation (see http://wiki.vg/Protocol#Animation)
This commit is contained in:
parent
478140364a
commit
f48b0ed159
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ var packets = {
|
|||
]},
|
||||
animation: {id: 0x0b, fields: [
|
||||
{ name: "entityId", type: "varint" },
|
||||
{ name: "animation", type: "byte" }
|
||||
{ name: "animation", type: "ubyte" }
|
||||
]},
|
||||
named_entity_spawn: {id: 0x0c, fields: [
|
||||
{ name: "entityId", type: "varint" },
|
||||
|
|
Loading…
Reference in a new issue