mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 06:03:33 -04:00
commit
2723d4d94f
@ -131,12 +131,12 @@ var packets = {
|
||||
{ name: "slot", type: "byte" }
|
||||
]},
|
||||
bed: {id: 0x0a, fields: [
|
||||
{ name: "entityId", type: "int" },
|
||||
{ name: "entityId", type: "varint" },
|
||||
{ name: "location", type: "position" }
|
||||
]},
|
||||
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