style: documentation
This commit is contained in:
parent
0ad2c408a6
commit
7392b8aad2
1 changed files with 5 additions and 5 deletions
|
@ -26,11 +26,11 @@ public class WrapperPlayServerRespawn extends AbstractPacket {
|
||||||
|
|
||||||
//.............
|
//.............
|
||||||
// Dimension Field (1.8 - Present)
|
// Dimension Field (1.8 - Present)
|
||||||
// The dimension field has changed types,
|
// The dimension field has changed numerous times:
|
||||||
// numerous times. Version 1.8 through 1.15 need an integer,
|
// - Version 1.8 through 1.15 need an integer,
|
||||||
// 1.15 through 1.18 need a (NBT Tag) Identifier and
|
// - 1.15 through 1.18 need a (NBT Tag) Identifier and
|
||||||
// 1.19.2 and beyond require a Holder of a DimensionManager Identifier (???).
|
// - 1.19.2 and beyond require a Holder of a DimensionManager Identifier (???).
|
||||||
// (Wiki.vg still refers this as an Identifier)
|
// (Wiki.vg still refers to this as an "Identifier")
|
||||||
//
|
//
|
||||||
// n.b.: this field is a nightmare please mojang stop refactoring
|
// n.b.: this field is a nightmare please mojang stop refactoring
|
||||||
// your code to change things that were working perfectly fine before
|
// your code to change things that were working perfectly fine before
|
||||||
|
|
Loading…
Add table
Reference in a new issue