Skip to content

Instantly share code, notes, and snippets.

@Bigjango13
Bigjango13 / 0.6.1.txt
Last active May 13, 2023 23:00 — forked from shoghicp/0.6.1.txt
Minecraft: Pocket Edition 0.6.1 protocol
[C ==> S] 0x82 LoginPacket (username: string, protocol_one: i32, protocol_two: i32)
[C <== S] 0x83 LoginStatusPacket (status: i32)
[C ==> S] 0x84 ReadyPacket (status: u8)
[C <== S] 0x85 MessagePacket (message: string)
[C <== S] 0x86 SetTimePacket (time: u64)
[C <== S] 0x87 StartGamePacket (seed: u64, unknown: i32, gamemode: i32, entity id: i32, x: f32, y: f32, z: f32)
[C <== S] 0x88 AddMobPacket (entity id: i32, type: i32, x: f32, y: f32, z: f32, pitch: i8, yaw: i8, metadata: Metadata)
[C <== S] 0x89 AddPlayerPacket (guid: u64, name: string, entity id: i32, x: f32, y: f32, z: f32, pitch: i8, yaw: i8, held item id: i16, held item meta: i16, metadata: Metadata)
[C <== S] 0x8A RemovePlayerPacket (entity id: i32, guid: GUID)