@@ -19,7 +19,8 @@ public enum PacketIds {
1919 map (ProtocolConstants .MINECRAFT_1_20_2 , 0x5C ),
2020 map (ProtocolConstants .MINECRAFT_1_20_4 , 0x5E ),
2121 map (ProtocolConstants .MINECRAFT_1_20_4 , 0x5E ),
22- map (ProtocolConstants .MINECRAFT_1_20_6 , 0x60 )
22+ map (ProtocolConstants .MINECRAFT_1_20_6 , 0x60 ),
23+ map (ProtocolConstants .MINECRAFT_1_21_2 , 0x67 )
2324 ),
2425 UPDATE_SCORE (
2526 map (ProtocolConstants .MINECRAFT_1_12_2 , 0x45 ),
@@ -32,13 +33,15 @@ public enum PacketIds {
3233 map (ProtocolConstants .MINECRAFT_1_19_4 , 0x5B ),
3334 map (ProtocolConstants .MINECRAFT_1_20_2 , 0x5D ),
3435 map (ProtocolConstants .MINECRAFT_1_20_4 , 0x5F ),
35- map (ProtocolConstants .MINECRAFT_1_20_6 , 0x61 )
36+ map (ProtocolConstants .MINECRAFT_1_20_6 , 0x61 ),
37+ map (ProtocolConstants .MINECRAFT_1_21_2 , 0x68 )
3638
3739
3840 ),
3941 RESET_SCORE (
4042 map (ProtocolConstants .MINECRAFT_1_20_3 , 0x42 ),
41- map (ProtocolConstants .MINECRAFT_1_20_4 , 0x44 )
43+ map (ProtocolConstants .MINECRAFT_1_20_4 , 0x44 ),
44+ map (ProtocolConstants .MINECRAFT_1_21_2 , 0x49 )
4245 ),
4346 OBJECTIVE_DISPLAY (
4447 map (ProtocolConstants .MINECRAFT_1_12_2 , 0x3B ),
@@ -51,7 +54,8 @@ public enum PacketIds {
5154 map (ProtocolConstants .MINECRAFT_1_19_4 , 0x51 ),
5255 map (ProtocolConstants .MINECRAFT_1_20_2 , 0x53 ),
5356 map (ProtocolConstants .MINECRAFT_1_20_4 , 0x55 ),
54- map (ProtocolConstants .MINECRAFT_1_20_6 , 0x57 )
57+ map (ProtocolConstants .MINECRAFT_1_20_6 , 0x57 ),
58+ map (ProtocolConstants .MINECRAFT_1_21_2 , 0x5C )
5559
5660 ),
5761 OBJECTIVE (
@@ -65,7 +69,8 @@ public enum PacketIds {
6569 map (ProtocolConstants .MINECRAFT_1_19_4 , 0x58 ),
6670 map (ProtocolConstants .MINECRAFT_1_20_2 , 0x5A ),
6771 map (ProtocolConstants .MINECRAFT_1_20_4 , 0x5C ),
68- map (ProtocolConstants .MINECRAFT_1_20_6 , 0x5E )
72+ map (ProtocolConstants .MINECRAFT_1_20_6 , 0x5E ),
73+ map (ProtocolConstants .MINECRAFT_1_21_2 , 0x64 )
6974 );
7075
7176 private final ProtocolConstants .ProtocolMapping [] mappings ;
0 commit comments