Difference between revisions of "Pre-release protocol"

From wiki.vg
Jump to navigation Jump to search
(1.6.2 0x2C changed)
(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.
None
 
  
== Protocol Version ==
+
== Contents ==
1.6.2 (74)
 
  
== New Packets ==
+
<div style="float:right;">__TOC__</div>
None
 
  
== Changed Packets ==
+
=== Data types ===
  
{{anchor|0x2C}}
+
No changes so far.
=== Entity Properties (0x2C) ===
 
''Server to Client''
 
  
'''Note''': The server sends this packet to inform the user of its movement speed. Users move far too fast when this packet is not sent.
+
=== Packets ===
  
{| class="wikitable"
+
No changes so far.
|-
 
| Packet ID
 
| Field Name
 
| Field Type
 
| Example
 
| Notes
 
|-
 
| rowspan="6" | 0x2C
 
| EntityID
 
| int
 
| 195
 
| ?
 
|-
 
| Properties Count
 
| int
 
| 3
 
| Number of string/data (including these lists) pairs that follow. The remaining fields here are repeated this number of times.
 
|-
 
| Key
 
| string16
 
| "generic.Maxhealth"
 
|
 
|-
 
| Value
 
| double
 
| 20.0
 
|
 
|-
 
| ListLength
 
| short
 
| 1
 
| Number of list elements that follow.
 
|-
 
| ListElement
 
| {long, long, double, byte}
 
|
 
|
 
|-
 
| Total Size:
 
| colspan="4" | ? bytes
 
|}
 
  
Known values:
+
[[Category:Minecraft Modern]]
{| class="wikitable"
 
|-
 
| Key
 
| Default
 
| Min
 
| Max
 
| Label
 
|-
 
| generic.maxHealth
 
| 20.0
 
| 0.0
 
| Double.MaxValue
 
| Max Health
 
|-
 
| generic.followRange
 
| 32.0
 
| 0.0
 
| 2048.0
 
| Follow Range
 
|-
 
| generic.knockbackResistance
 
| 0.0
 
| 0.0
 
| 1.0
 
| Knockback Resistance
 
|-
 
| generic.movementSpeed
 
| 0.699999988079071
 
| 0.0
 
| Double.MaxValue
 
| Movement Speed
 
|-
 
| generic.attackDamage
 
| 2.0
 
| 0.0
 
| Double.MaxValue
 
|
 
|-
 
| horse.jumpStrength
 
| 0.7
 
| 0.0
 
| 2.0
 
| Jump Strength
 
|-
 
| zombie.spawnReinforcements
 
| 0.0
 
| 0.0
 
| 1.0
 
| Spawn Reinforcements Chance
 
|}
 
 
 
 
 
== Removed Packets ==
 
None
 
 
 
== Changed Data Types ==
 
None
 

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.