Difference between revisions of "Pre-release protocol"

From wiki.vg
Jump to navigation Jump to search
(Handshaking)
(Reset page)
 
Line 1: Line 1:
This page documents the changes from the [[Protocol|last stable Minecraft release]] (currently 1.6.2, protocol 74) to the current pre-release. Note that this page contains bleeding-edge information that may not be completely or correctly documented.
+
There are currently no pre-release versions available to document on this page. For the latest stable Minecraft release, see the [[Protocol|Protocol]] page. For previous pre-release pages, see the [[Protocol version numbers|Protocol version numbers]] page.
He who wishes to commandeer the merging of this into [[Protocol]] when an update is made must be sure to respect any changes that may have occured to the respective packets there.
 
  
== Protocol History ==
+
One who wishes to commandeer the merging of this into [[Protocol]] when an update is made must be sure to respect any changes that may have occurred to the respective packets there.
13w36a - Added sound category byte to 0x3E
 
- Changed 0xC8 to a string:int map
 
  
13w37b -
+
== Contents ==
  
1.6.3 - Terrain fixes to help moving to 1.7, no packet changes from 1.6.2
+
<div style="float:right;">__TOC__</div>
  
1.6.4 -
+
=== Data types ===
  
13w38a/b/c -
+
No changes so far.
  
13w39a/b - UUIDs added to spawn named entity, game state 'gamemode' byte -> float
+
=== Packets ===
  
13w41a - Large protocol work
+
No changes so far.
  
== Protocol Version ==
+
[[Category:Minecraft Modern]]
13w41a -
 
 
 
13w39a/b - 80
 
 
 
13w38a/b/c - 79
 
 
 
1.6.4 - 78
 
 
 
1.6.3 - 77
 
 
 
13w37b - 76
 
 
 
13w36a - 75
 
 
 
== Packet format ==
 
 
 
{| class="wikitable"
 
! Field Name !! Field Type !! Notes
 
|-
 
| Length || VarInt ||
 
|-
 
| Type || VarInt ||
 
|-
 
| Data || ||
 
|}
 
 
 
== Data Types ==
 
 
 
VarInt -
 
 
 
== Handshaking ==
 
 
 
''Serverbound''
 
{| class="wikitable"
 
! Packet ID !! Field Name !! Field Type !! Notes
 
|-
 
| rowspan=4 | 0x00
 
| || VarInt ||
 
|-
 
| || UTF-8 String ||
 
|-
 
| || VarInt ||
 
|-
 
| || VarInt ||
 
|}
 
 
 
== Play ==
 
 
 
== Status ==
 
 
 
== Login ==
 
 
 
== Plugin Channels ==
 
 
 
=== MC|RPack ===
 
{| class="wikitable"
 
! Field Name !! Field Type !! Example !! Notes
 
|-
 
| Resource pack URL || UTF8 string || http://example.com/pack.zip ||
 
|}
 

Latest revision as of 16:42, 29 June 2024

There are currently no pre-release versions available to document on this page. For the latest stable Minecraft release, see the Protocol page. For previous pre-release pages, see the Protocol version numbers page.

One who wishes to commandeer the merging of this into Protocol when an update is made must be sure to respect any changes that may have occurred to the respective packets there.

Contents

Data types

No changes so far.

Packets

No changes so far.