mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-30 22:51:23 -04:00
Fix animation (see http://wiki.vg/Protocol#Animation)
This commit is contained in:
parent
478140364a
commit
f48b0ed159
@ -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…
x
Reference in New Issue
Block a user