From 7392b8aad287f282a1801bd7d369f4a1293a131d Mon Sep 17 00:00:00 2001 From: ineanto Date: Tue, 25 Apr 2023 23:26:56 +0200 Subject: [PATCH] style: documentation --- .../nicko/wrapper/WrapperPlayServerRespawn.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/net/artelnatif/nicko/wrapper/WrapperPlayServerRespawn.java b/src/main/java/net/artelnatif/nicko/wrapper/WrapperPlayServerRespawn.java index 26a1321..758fb77 100644 --- a/src/main/java/net/artelnatif/nicko/wrapper/WrapperPlayServerRespawn.java +++ b/src/main/java/net/artelnatif/nicko/wrapper/WrapperPlayServerRespawn.java @@ -26,11 +26,11 @@ public class WrapperPlayServerRespawn extends AbstractPacket { //............. // Dimension Field (1.8 - Present) - // The dimension field has changed types, - // numerous times. Version 1.8 through 1.15 need an integer, - // 1.15 through 1.18 need a (NBT Tag) Identifier and - // 1.19.2 and beyond require a Holder of a DimensionManager Identifier (???). - // (Wiki.vg still refers this as an Identifier) + // The dimension field has changed numerous times: + // - Version 1.8 through 1.15 need an integer, + // - 1.15 through 1.18 need a (NBT Tag) Identifier and + // - 1.19.2 and beyond require a Holder of a DimensionManager Identifier (???). + // (Wiki.vg still refers to this as an "Identifier") // // n.b.: this field is a nightmare please mojang stop refactoring // your code to change things that were working perfectly fine before