Difference between revisions of "Pre-release protocol"

From wiki.vg
Jump to navigation Jump to search
(13w49a)
(Reset, added information about undocumented 1.21-pre2)
Tag: Replaced
 
Line 1: Line 1:
This page documents the changes from the [[Protocol|last stable Minecraft release]] (currently 1.7.2, protocol 4) to the current pre-release. Note that this page contains bleeding-edge information that may not be completely or correctly documented.
+
There is currently a pre-release version available: 1.21-pre2, but it has not yet been documented. 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.
  
=== 13w47(a/b/c/d/e) ===
+
== Contents ==
No changes
 
  
=== 13w48(a/b) ===
+
<div style="float:right;">__TOC__</div>
No changes
 
  
=== 13w49a ===
+
=== Data types ===
  
* Changed Set Slot's ''Window ID'' type to byte
+
No changes so far.
  
== Protocol Version ==
+
=== Packets ===
  
{| class="wikitable"
+
No changes so far.
! Version !! Protocol
 
|-
 
| 13w47(a/b/c/d/e) || 4
 
|-
 
| 13w48(a/b) || 4
 
|-
 
| 13w49a || 4
 
|}
 
  
== Play ==
+
[[Category:Minecraft Modern]]
 
 
=== Clientbound ===
 
==== Set Slot ====
 
 
 
Sent by the server when an item in a slot (in a window) is added/removed.
 
 
 
{| class="wikitable"
 
! Packet ID !! Field Name !! Field Type !! Notes
 
|-
 
| rowspan="3" | 0x2F
 
| Window ID || '''Byte'''
 
| The window which is being updated. 0 for player inventory. Note that all known window types include the player inventory. This packet will only be sent for the currently opened window while the player is performing actions, even if it affects the player inventory. After the window is closed, a number of these packets are sent to update the player's inventory window (0).
 
|-
 
| Slot || Short || The slot that should be updated
 
|-
 
| Slot data || [[Slot_Data|Slot]] ||
 
|}
 

Latest revision as of 09:24, 6 June 2024

There is currently a pre-release version available: 1.21-pre2, but it has not yet been documented. 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.