mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 13:45:37 -04:00
Fix bed package (see http://wiki.vg/Protocol#Use_Bed)
This commit is contained in:
parent
187f6bccd7
commit
478140364a
@ -131,7 +131,7 @@ 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: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user