Difference between revisions of "Pre-release protocol"

From wiki.vg
Jump to navigation Jump to search
(23w51a)
(Updated to 1.21-pre2)
 
(23 intermediate revisions by 6 users not shown)
Line 1: Line 1:
This page documents the changes from the [[Protocol|last stable Minecraft release]] (currently [[Protocol version numbers|1.20.4, protocol 765]]) to the current pre-release (currently [[Protocol version numbers|23w51a, protocol {{Snapshot PVN|1073741993}}]]). Note that this page contains bleeding-edge information that may not be completely or correctly documented.
+
This page documents the changes from the [[Protocol|last stable Minecraft release]] (currently [[Protocol version numbers|1.20.6, protocol 766]]) to the current pre-release (currently [[Protocol version numbers|1.21-pre2, protocol {{Snapshot PVN|1073742024}}]]). Note that this page contains bleeding-edge information that may not be completely or correctly documented.
  
 
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.
 
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.
Line 9: Line 9:
 
=== Data types ===
 
=== Data types ===
  
No changes so far.
+
No changes documented so far.
  
 
=== Packets ===
 
=== Packets ===
Line 17: Line 17:
 
  ! Packet name
 
  ! Packet name
 
  !colspan="2"| Documentation
 
  !colspan="2"| Documentation
 +
|-
 +
!colspan="4"| Configuration clientbound
 +
{{PacketList|0x0F|Clientbound Report Details (configuration)|rel=added}}
 +
{{PacketList|0x10|Clientbound Server Links (configuration)|rel=added}}
 
  |-
 
  |-
 
  !colspan="4"| Play clientbound
 
  !colspan="4"| Play clientbound
  {{PacketList|0x71|Update Attributes}}
+
  {{PacketList|0x7A|Clientbound Report Details (play)|rel=added}}
  {{PacketList|0x72|Entity Effect}}
+
  {{PacketList|0x7B|Clientbound Server Links (play)|rel=added}}
|}
 
 
 
== New/modified data types ==
 
 
 
No changes so far.
 
 
 
== Entity Metadata ==
 
 
 
{| class="wikitable"
 
! Type ([[Data Types#Definitions:varint|VarInt]] Enum)
 
! Value (Varies)
 
! Notes
 
 
  |-
 
  |-
| 0
+
|}
| [[Data Types#Definitions:byte|Byte]]
 
|
 
|-
 
| 1
 
| [[Data Types#Definitions:varint|VarInt]]
 
|
 
|-
 
| 2
 
| [[Data Types#Definitions:varlong|VarLong]]
 
|
 
|-
 
| 3
 
| [[Data Types#Definitions:float|Float]]
 
|
 
|-
 
| 4
 
| [[Data Types#Definitions:string|String]]
 
|
 
|-
 
| 5
 
| [[Data Types#Definitions:chat|Chat]]
 
|
 
|-
 
| 6
 
| OptChat (Boolean + [[Data Types#Definitions:chat|Chat]])
 
| [[Data Types#Definitions:chat|Chat]] is present if the Boolean is set to true
 
|-
 
| 7
 
| [[Data Types#Definitions:slot|Slot]]
 
|
 
|-
 
| 8
 
| [[Data Types#Definitions:boolean|Boolean]]
 
|
 
|-
 
| 9
 
| [[Data Types#Definitions:rotation|Rotation]]
 
| 3 [[Data Types#Definitions:float|Floats]]: rotation on x, rotation on y, rotation on z
 
|-
 
| 10
 
| [[Data Types#Position|Position]]
 
|
 
|-
 
| 11
 
| OptPosition (Boolean + Position)
 
| Position is present if the Boolean is set to true
 
|-
 
| 12
 
| Direction ([[Data Types#Definitions:varint|VarInt]])
 
| (Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5)
 
|-
 
| 13
 
| OptUUID (Boolean + UUID)
 
| UUID is present if the Boolean is set to true
 
|-
 
| 14
 
| BlockID ([[Data Types#Definitions:varint|VarInt]])
 
|-
 
| 15
 
| OptBlockID ([[Data Types#Definitions:varint|VarInt]])
 
| 0 for absent (implies air); otherwise, a block state ID as per the block state registry
 
|-
 
| 16
 
| [[Data_types#Definitions:nbt|NBT]]
 
|
 
|-
 
| 17
 
| [[Data Types#Particle|Particle]]
 
|
 
|-
 
| 18
 
| Villager Data
 
| 3 [[Data Types#Definitions:varint|VarInts]]: villager type, villager profession, level
 
|-
 
| 19
 
| OptVarInt
 
| 0 for absent; 1 + actual value otherwise.  Used for entity IDs.
 
|-
 
| 20
 
| Pose
 
| A [[Data Types#Definitions:varint|VarInt]] enum: 0: STANDING, 1: FALL_FLYING, 2: SLEEPING, 3: SWIMMING, 4: SPIN_ATTACK, 5: SNEAKING, 6: LONG_JUMPING, 7: DYING, 8: CROAKING, 9: USING_TONGUE, 10: SITTING, 11: ROARING, 12: SNIFFING, 13: EMERGING, 14: DIGGING
 
|-
 
| 21
 
| Cat Variant
 
| A [[Data Types#Definitions:varint|VarInt]] that points towards the CAT_VARIANT registry.
 
|-
 
| 22
 
| Frog Variant
 
| A [[Data Types#Definitions:varint|VarInt]] that points towards the FROG_VARIANT registry.
 
|-
 
| 23
 
| OptGlobalPos (Boolean + GlobalPos)
 
| GlobalPos consists of a dimension identifier and [[Data Types#Position|Position]].
 
|-
 
| 24
 
| Painting Variant
 
| A [[Data Types#Definitions:varint|VarInt]] that points towards the PAINTING_VARIANT registry.
 
|-
 
| 25
 
| Sniffer State
 
| A [[Data Types#Definitions:varint|VarInt]] enum: IDLING = 0, FEELING_HAPPY = 1, SCENTING = 2, SNIFFING = 3, SEARCHING = 4, DIGGING = 5, RISING = 6
 
|- {{added}}
 
| 26
 
| Armadillo State
 
| A [[Data Types#Definitions:varint|VarInt]] enum: IDLE = 0, ROLLING = 1, SCARED = 2
 
|-
 
| {{change|26|27}}
 
| Vector3
 
| 3 [[Data Types#Definitions:float|Floats]]: x, y, z
 
|-
 
| {{change|27|28}}
 
| Quaternion
 
| 4 [[Data Types#Definitions:float|Floats]]: x, y, z, w
 
|-
 
|}
 
 
 
=== Armadillo ===
 
 
 
{{Metadata inherit|Armadillo|inherits=Animal|start_at=17}}
 
{| class="wikitable" {{added}}
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| {{Metadata id|}}
 
| Armadillo State
 
|colspan="2"| Armadillo State
 
| IDLE
 
|}
 
 
 
== Block Actions ==
 
 
 
No changes so far.
 
 
 
== Inventories ==
 
 
 
No changes so far.
 
  
== Plugin Channels ==
+
== Handshake ==
  
 
No changes so far.
 
No changes so far.
  
 
== Status ==
 
== Status ==
 
=== Clientbound ===
 
 
No changes so far.
 
 
=== Serverbound ===
 
  
 
No changes so far.
 
No changes so far.
  
 
== Login ==
 
== Login ==
 
=== Clientbound ===
 
 
No changes so far.
 
 
=== Serverbound ===
 
  
 
No changes so far.
 
No changes so far.
Line 202: Line 44:
 
=== Clientbound ===
 
=== Clientbound ===
  
No changes so far.
+
==== Clientbound Report Details (configuration) ====
  
=== Serverbound ===
+
Contains a list of key-value text entries that are included in any crash or disconnection report generated during connection to the server.
  
No changes so far.
+
{| class="wikitable" {{added}}
 +
! Packet ID
 +
! State
 +
! Bound To
 +
! colspan="2"| Field Name
 +
! colspan="2"| Field Type
 +
! Notes
 +
|-
 +
| rowspan="3"| 0x0F
 +
| rowspan="3"| Configuration
 +
| rowspan="3"| Client
 +
| colspan="2"| Details Count
 +
| colspan="2"| {{Type|VarInt}} (32)
 +
| The number of details in the following array.
 +
|-
 +
| rowspan="2"| Details
 +
| Title
 +
| rowspan="2"| {{Type|Array}}
 +
| {{Type|String}} (128)
 +
|
 +
|-
 +
| Description
 +
| {{Type|String}} (4096)
 +
|
 +
|}
  
== Play ==
+
==== Clientbound Server Links (configuration) ====
  
=== Clientbound ===
+
This packet contains a list of links that the Notchian client will display in the menu available from the pause menu. Link labels can be built-in or custom (i.e., any text).
  
==== Update Attributes ====
+
{| class="wikitable" {{added}}
 
 
Sets {{Minecraft Wiki|Attribute|attributes}} on the given entity.
 
 
 
{| class="wikitable"
 
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
Line 224: Line 86:
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  | rowspan="6"| 0x71
+
  | rowspan="4"| 0x10
  | rowspan="6"| Play
+
  | rowspan="4"| Configuration
  | rowspan="6"| Client
+
  | rowspan="4"| Client
  | colspan="2"| Entity ID
+
  | colspan="2"| Links Count
  | colspan="2"| VarInt
+
  | colspan="2"| {{Type|VarInt}}
  |
+
  | The number of links in the following array.
 
  |-
 
  |-
  | colspan="2"| Number Of Properties
+
  | rowspan="3"| Links
  | colspan="2"| VarInt
+
  | Is built-in
  | Number of elements in the following array.
+
| rowspan="3"| {{Type|Array}}
 +
  | {{Type|Boolean}}
 +
| Determines if the following label is built-in (from enum) or custom (text component).
 
  |-
 
  |-
  | rowspan="4"| Property
+
  | Label
  | {{change|Key|Id}}
+
  | {{Type|VarInt}} {{Type|Enum}} / {{Type|Text Component}}
| rowspan="4"| Array
 
| {{change|Identifier|VarInt Enum}}
 
 
  | See below.
 
  | See below.
 
  |-
 
  |-
  | Value
+
  | URL
  | Double
+
  | {{Type|String}}
| See below.
+
| Valid URL.
|-
+
|}
| Number Of Modifiers
 
| VarInt
 
| Number of elements in the following array.
 
|-
 
| Modifiers
 
| Array of Modifier Data
 
| See {{Minecraft Wiki|Attribute#Modifiers}}. Modifier Data defined below.
 
|}
 
  
Known Key values (see also {{Minecraft Wiki|Attribute#Modifiers}}):
 
  
{| class="wikitable"
+
{| class="wikitable" {{added}}
|-
+
  ! ID
! Id
+
  ! Name
! Key
+
  ! Notes
! Default
 
  ! Min
 
  ! Max
 
  ! Label
 
 
  |-
 
  |-
 
  | 0
 
  | 0
  | generic.armor
+
  | Bug Report
  | 0.0
+
  | Displayed on connection error screen; included as a comment in the disconnection report.
| 0.0
 
| 30.0
 
| Armor.
 
 
  |-
 
  |-
 
  | 1
 
  | 1
  | generic.armor_toughness
+
  | Community Guidelines
  | 0.0
+
  |  
| 0.0
 
| 20.0
 
| Armor Toughness.
 
 
  |-
 
  |-
 
  | 2
 
  | 2
  | generic.attack_damage
+
  | Support
  | 2.0
+
  |  
| 0.0
 
| 2048.0
 
| Attack Damage.
 
 
  |-
 
  |-
 
  | 3
 
  | 3
  | generic.attack_knockback
+
  | Status
  | 0.0
+
  |  
| 0.0
 
| 5.0
 
| Attack Knockback.
 
 
  |-
 
  |-
 
  | 4
 
  | 4
  | generic.attack_speed
+
  | Feedback
  | 4.0
+
  |  
| 0.0
+
  |-
| 1024.0
 
| Attack Speed.
 
  |- {{added}}
 
 
  | 5
 
  | 5
  | generic.block_interaction_range
+
  | Community
  | 4.5
+
  |  
| 0.0
+
  |-
| 64.0
 
| Block Interaction Range.
 
  |- {{added}}
 
 
  | 6
 
  | 6
  | generic.entity_interaction_range
+
  | Website
  | 3.0
+
  |  
| 0.0
 
| 64.0
 
| Entity Interaction Range.
 
 
  |-
 
  |-
 
  | 7
 
  | 7
  | generic.flying_speed
+
  | Forums
  | 0.4
+
  |  
| 0.0
 
| 1024.0
 
| Flying Speed.
 
 
  |-
 
  |-
 
  | 8
 
  | 8
  | generic.follow_range
+
  | News
  | 32.0
+
  |  
| 0.0
 
| 2048.0
 
| Follow Range.
 
 
  |-
 
  |-
 
  | 9
 
  | 9
  | horse.jump_strength
+
  | Announcements
  | 0.7
+
  |  
| 0.0
 
| 2.0
 
| Jump Strength.
 
 
  |-
 
  |-
| 10
 
| generic.knockback_resistance
 
| 0.0
 
| 0.0
 
| 1.0
 
| Knockback Resistance.
 
|-
 
| 11
 
| generic.luck
 
| 0.0
 
| -1024.0
 
| 1024.0
 
| Luck.
 
|-
 
| 12
 
| generic.max_absorption
 
| 0.0
 
| 0.0
 
| 2048.0
 
| Max Absorption.
 
|-
 
| 13
 
| generic.max_health
 
| 20.0
 
| 1.0
 
| 1024.0
 
| Max Health.
 
|-
 
| 14
 
| generic.movement_speed
 
| 0.7
 
| 0.0
 
| 1024.0
 
| Movement Speed.
 
|- {{added}}
 
| 15
 
| generic.scale
 
| 1.0
 
| 0.0625
 
| 16.0
 
| Scale.
 
|-
 
| 16
 
| zombie.spawn_reinforcements
 
| 0.0
 
| 0.0
 
| 1.0
 
| Spawn Reinforcements Chance.
 
|- {{added}}
 
| 17
 
| generic.step_height
 
| 0.6
 
| 0.0
 
| 10.0
 
| Step Height.
 
 
  |}
 
  |}
  
''Modifier Data'' structure:
+
=== Serverbound ===
 +
 
 +
No changes so far.
 +
 
 +
== Play ==
 +
 
 +
=== Clientbound ===
  
{| class="wikitable"
+
==== Clientbound Report Details (play) ====
 +
 
 +
Contains a list of key-value text entries that are included in any crash or disconnection report generated during connection to the server.
 +
 
 +
{| class="wikitable" {{added}}
 +
! Packet ID
 +
! State
 +
! Bound To
 +
! colspan="2"| Field Name
 +
! colspan="2"| Field Type
 +
! Notes
 
  |-
 
  |-
  ! Field Name
+
  | rowspan="3"| 0x7A
  ! Field Type
+
  | rowspan="3"| Configuration
  ! Notes
+
| rowspan="3"| Client
 +
| colspan="2"| Details Count
 +
| colspan="2"| {{Type|VarInt}} (32)
 +
  | The number of details in the following array.
 
  |-
 
  |-
  | UUID
+
  | rowspan="2"| Details
  | UUID
+
| Title
 +
| rowspan="2"| {{Type|Array}}
 +
  | {{Type|String}} (128)
 
  |
 
  |
 
  |-
 
  |-
  | Amount
+
  | Description
  | Double
+
  | {{Type|String}} (4096)
| May be positive or negative.
+
  |
|-
+
|}
| Operation
 
| Byte
 
  | See below.
 
|}
 
  
The operation controls how the base value of the modifier is changed.
+
==== Clientbound Server Links (play) ====
  
* 0: Add/subtract amount
+
This packet contains a list of links that the Notchian client will display in the menu available from the pause menu. Link labels can be built-in or custom (i.e., any text).
* 1: Add/subtract amount percent of the current value
 
* 2: Multiply by amount percent
 
  
All of the 0's are applied first, and then the 1's, and then the 2's.
+
{| class="wikitable" {{added}}
 
 
==== Entity Effect ====
 
 
 
{| class="wikitable"
 
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
 
  ! Bound To
 
  ! Bound To
  ! Field Name
+
  ! colspan="2"| Field Name
  ! Field Type
+
  ! colspan="2"| Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  | rowspan="7"| 0x72
+
  | rowspan="4"| 0x7B
  | rowspan="7"| Play
+
  | rowspan="4"| Configuration
  | rowspan="7"| Client
+
  | rowspan="4"| Client
  | Entity ID
+
  | colspan="2"| Links Count
  | VarInt
+
| colspan="2"| {{Type|VarInt}}
  |
+
| The number of links in the following array.
 +
|-
 +
| rowspan="3"| Links
 +
| Is built-in
 +
| rowspan="3"| {{Type|Array}}
 +
| {{Type|Boolean}}
 +
| Determines if the following label is built-in (from enum) or custom (text component).
 +
|-
 +
| Label
 +
  | {{Type|VarInt}} {{Type|Enum}} / {{Type|Text Component}}
 +
| See below.
 +
|-
 +
| URL
 +
| {{Type|String}}
 +
  | Valid URL.
 +
|}
 +
 
 +
{| class="wikitable" {{added}}
 +
! ID
 +
! Name
 +
! Notes
 
  |-
 
  |-
  | Effect ID
+
  | 0
  | VarInt
+
  | Bug Report
  | See {{Minecraft Wiki|Status effect#Effect list|this table}}.
+
  | Displayed on connection error screen; included as a comment in the disconnection report.
 
  |-
 
  |-
  | Amplifier
+
  | 1
  | Byte
+
  | Community Guidelines
  | Notchian client displays effect level as Amplifier + 1.
+
  |  
 
  |-
 
  |-
  | Duration
+
  | 2
  | VarInt
+
  | Support
  | Duration in ticks. (-1 for infinite)
+
  |  
 
  |-
 
  |-
  | Flags
+
  | 3
  | Byte
+
  | Status
  | Bit field, see below.
+
  |  
|- {{removed}}
 
| Has Factor Data
 
| Boolean
 
| Used in DARKNESS effect
 
|- {{removed}}
 
| Factor Codec
 
| NBT Tag
 
| See below
 
|}
 
 
 
{{Need Info|What exact effect does the blend bit flag have on the client?}}
 
 
 
Within flags:
 
 
 
* 0x01: Is ambient - was the effect spawned from a beacon?  All beacon-generated effects are ambient.  Ambient effects use a different icon in the HUD (blue border rather than gray).  If all effects on an entity are ambient, the [[Entity_metadata#Living Entity|"Is potion effect ambient" living metadata field]] should be set to true.  Usually should not be enabled.
 
* 0x02: Show particles - should all particles from this effect be hidden?  Effects with particles hidden are not included in the calculation of the effect color, and are not rendered on the HUD (but are still rendered within the inventory).  Usually should be enabled.
 
* 0x04: Show icon - should the icon be displayed on the client?  Usually should be enabled.
 
* {{change||0x08: Blend - ???}}
 
 
 
{{change|Factor Data|}}
 
{| class="wikitable" {{removed}}
 
!Name
 
!Type
 
!style="width: 250px;" colspan="2"| Notes
 
 
  |-
 
  |-
  | padding_duration
+
  | 4
  | TAG_INT
+
  | Feedback
  |
+
  |  
 
  |-
 
  |-
  | factor_start
+
  | 5
  | TAG_FLOAT
+
  | Community
  |
+
  |  
 
  |-
 
  |-
  | factor_target
+
  | 6
  | TAG_FLOAT
+
  | Website
  |
+
  |  
 
  |-
 
  |-
  | factor_current
+
  | 7
  | TAG_FLOAT
+
  | Forums
  |
+
  |  
 
  |-
 
  |-
  | effect_changed_timestamp
+
  | 8
  | TAG_INT
+
| News
 +
  |  
 
  |-
 
  |-
  | factor_previous_frame
+
  | 9
  | TAG_FLOAT
+
| Announcements
 +
  |  
 
  |-
 
  |-
| had_effect_last_tick
 
| TAG_BOOLEAN
 
 
  |}
 
  |}
  
Line 507: Line 278:
  
 
No changes so far.
 
No changes so far.
 
  
 
[[Category:Minecraft Modern]]
 
[[Category:Minecraft Modern]]

Latest revision as of 10:40, 8 June 2024

This page documents the changes from the last stable Minecraft release (currently 1.20.6, protocol 766) to the current pre-release (currently 1.21-pre2, protocol Snapshot 200). Note that this page contains bleeding-edge information that may not be completely or correctly documented.

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 documented so far.

Packets

ID Packet name Documentation
Configuration clientbound
0x0F Clientbound Report Details (configuration) Pre
0x10 Clientbound Server Links (configuration) Pre
Play clientbound
0x7A Clientbound Report Details (play) Pre
0x7B Clientbound Server Links (play) Pre

Handshake

No changes so far.

Status

No changes so far.

Login

No changes so far.

Configuration

Clientbound

Clientbound Report Details (configuration)

Contains a list of key-value text entries that are included in any crash or disconnection report generated during connection to the server.

Packet ID State Bound To Field Name Field Type Notes
0x0F Configuration Client Details Count VarInt (32) The number of details in the following array.
Details Title Array String (128)
Description String (4096)

Clientbound Server Links (configuration)

This packet contains a list of links that the Notchian client will display in the menu available from the pause menu. Link labels can be built-in or custom (i.e., any text).

Packet ID State Bound To Field Name Field Type Notes
0x10 Configuration Client Links Count VarInt The number of links in the following array.
Links Is built-in Array Boolean Determines if the following label is built-in (from enum) or custom (text component).
Label VarInt Enum / Text Component See below.
URL String Valid URL.


ID Name Notes
0 Bug Report Displayed on connection error screen; included as a comment in the disconnection report.
1 Community Guidelines
2 Support
3 Status
4 Feedback
5 Community
6 Website
7 Forums
8 News
9 Announcements

Serverbound

No changes so far.

Play

Clientbound

Clientbound Report Details (play)

Contains a list of key-value text entries that are included in any crash or disconnection report generated during connection to the server.

Packet ID State Bound To Field Name Field Type Notes
0x7A Configuration Client Details Count VarInt (32) The number of details in the following array.
Details Title Array String (128)
Description String (4096)

Clientbound Server Links (play)

This packet contains a list of links that the Notchian client will display in the menu available from the pause menu. Link labels can be built-in or custom (i.e., any text).

Packet ID State Bound To Field Name Field Type Notes
0x7B Configuration Client Links Count VarInt The number of links in the following array.
Links Is built-in Array Boolean Determines if the following label is built-in (from enum) or custom (text component).
Label VarInt Enum / Text Component See below.
URL String Valid URL.
ID Name Notes
0 Bug Report Displayed on connection error screen; included as a comment in the disconnection report.
1 Community Guidelines
2 Support
3 Status
4 Feedback
5 Community
6 Website
7 Forums
8 News
9 Announcements

Serverbound

No changes so far.