@@ -20,7 +20,8 @@ public enum PacketIds {
2020 map (ProtocolConstants .MINECRAFT_1_20_4 , 0x5E ),
2121 map (ProtocolConstants .MINECRAFT_1_20_4 , 0x5E ),
2222 map (ProtocolConstants .MINECRAFT_1_20_6 , 0x60 ),
23- map (ProtocolConstants .MINECRAFT_1_21_2 , 0x67 )
23+ map (ProtocolConstants .MINECRAFT_1_21_2 , 0x67 ),
24+ map (ProtocolConstants .MINECRAFT_1_21_5 , 0x66 )
2425 ),
2526 UPDATE_SCORE (
2627 map (ProtocolConstants .MINECRAFT_1_12_2 , 0x45 ),
@@ -34,14 +35,14 @@ public enum PacketIds {
3435 map (ProtocolConstants .MINECRAFT_1_20_2 , 0x5D ),
3536 map (ProtocolConstants .MINECRAFT_1_20_4 , 0x5F ),
3637 map (ProtocolConstants .MINECRAFT_1_20_6 , 0x61 ),
37- map (ProtocolConstants .MINECRAFT_1_21_2 , 0x68 )
38-
39-
38+ map (ProtocolConstants .MINECRAFT_1_21_2 , 0x68 ),
39+ map (ProtocolConstants .MINECRAFT_1_21_5 , 0x67 )
4040 ),
4141 RESET_SCORE (
4242 map (ProtocolConstants .MINECRAFT_1_20_3 , 0x42 ),
4343 map (ProtocolConstants .MINECRAFT_1_20_4 , 0x44 ),
44- map (ProtocolConstants .MINECRAFT_1_21_2 , 0x49 )
44+ map (ProtocolConstants .MINECRAFT_1_21_2 , 0x49 ),
45+ map (ProtocolConstants .MINECRAFT_1_21_5 , 0x48 )
4546 ),
4647 OBJECTIVE_DISPLAY (
4748 map (ProtocolConstants .MINECRAFT_1_12_2 , 0x3B ),
@@ -55,7 +56,8 @@ public enum PacketIds {
5556 map (ProtocolConstants .MINECRAFT_1_20_2 , 0x53 ),
5657 map (ProtocolConstants .MINECRAFT_1_20_4 , 0x55 ),
5758 map (ProtocolConstants .MINECRAFT_1_20_6 , 0x57 ),
58- map (ProtocolConstants .MINECRAFT_1_21_2 , 0x5C )
59+ map (ProtocolConstants .MINECRAFT_1_21_2 , 0x5C ),
60+ map (ProtocolConstants .MINECRAFT_1_21_5 , 0x5B )
5961
6062 ),
6163 OBJECTIVE (
@@ -70,7 +72,8 @@ public enum PacketIds {
7072 map (ProtocolConstants .MINECRAFT_1_20_2 , 0x5A ),
7173 map (ProtocolConstants .MINECRAFT_1_20_4 , 0x5C ),
7274 map (ProtocolConstants .MINECRAFT_1_20_6 , 0x5E ),
73- map (ProtocolConstants .MINECRAFT_1_21_2 , 0x64 )
75+ map (ProtocolConstants .MINECRAFT_1_21_2 , 0x64 ),
76+ map (ProtocolConstants .MINECRAFT_1_21_5 , 0x63 )
7477 );
7578
7679 private final ProtocolConstants .ProtocolMapping [] mappings ;
0 commit comments