Pre-release protocol

From wiki.vg
Revision as of 08:40, 18 April 2013 by Ammaraskar (talk | contribs) (Added data from initial snapshot experimentation)
Jump to navigation Jump to search

This page documents the changes from the last stable Minecraft release (currently 1.5, protocol 60) to the current pre-release, 13w16a (protocol 62). Note that this page contains bleeding-edge information that may not be completely or correctly documented.

New Packets

-None-

Changed Packets

Update Health (0x08)

Server to Client

http://wiki.vg/Protocol#Update_Health_.280x08.29

Packet ID Field Name Field Type Example Notes
0x08 Health float 20.0 0 or less = dead, 20 = full HP
Food short 20 0 - 20
Food Saturation float 5.0 Seems to vary from 0.0 to 5.0 in integer increments
Total Size: 11 bytes

Removed Packets

-None-

Changed Data Types

-None-

Protocol History

-None-