Skip to content

Instantly share code, notes, and snippets.

@MFDGaming
Created April 28, 2021 12:39
Show Gist options
  • Save MFDGaming/da7904d97706d4150f986bb97b5a939c to your computer and use it in GitHub Desktop.
Save MFDGaming/da7904d97706d4150f986bb97b5a939c to your computer and use it in GitHub Desktop.
Minecraft: Pocket Edition 0.1.1j protocol
LoginPacket 0x86 (string)
MessagePacket 0x87 (string)
StartGamePacket 0x88 (long, int, int, float, float, float)
AddPlayerPacket 0x89 (guid, string, int, float, float, float)
RemoveEntityPacket 0x8a (int)
MovePlayerPacket 0x8b (int, float, float, float, float, float)
PlaceBlockPacket 0x8c (int, int, int, ubyte, ubyte, ubyte)
RemoveBlockPacket 0x8d (int, int, int, ubyte)
UpdateBlockPacket 0x8e (int, int, ubyte, ubyte, ubyte)
RequestChunkPacket 0x8f (int, int)
ChunkDataPacket 0x90 (int, int, write, ubyte, write, write, write, int, int, write, write, write)
PlayerEquipmentPacket 0x91 (int, ubyte)
@torralbaalla
Copy link

Huh, nice.

@oldminecraftcommunity
Copy link

how

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment