@@ -17,7 +17,9 @@ public enum PacketIds {
1717 map (ProtocolConstants .MINECRAFT_1_19_3 , 0x56 ),
1818 map (ProtocolConstants .MINECRAFT_1_19_4 , 0x5A ),
1919 map (ProtocolConstants .MINECRAFT_1_20_2 , 0x5C ),
20- map (ProtocolConstants .MINECRAFT_1_20_4 , 0x5E )
20+ map (ProtocolConstants .MINECRAFT_1_20_4 , 0x5E ),
21+ map (ProtocolConstants .MINECRAFT_1_20_4 , 0x5E ),
22+ map (ProtocolConstants .MINECRAFT_1_20_6 , 0x60 )
2123 ),
2224 UPDATE_SCORE (
2325 map (ProtocolConstants .MINECRAFT_1_12_2 , 0x45 ),
@@ -29,12 +31,14 @@ public enum PacketIds {
2931 map (ProtocolConstants .MINECRAFT_1_19_3 , 0x57 ),
3032 map (ProtocolConstants .MINECRAFT_1_19_4 , 0x5B ),
3133 map (ProtocolConstants .MINECRAFT_1_20_2 , 0x5D ),
32- map (ProtocolConstants .MINECRAFT_1_20_4 , 0x5F )
34+ map (ProtocolConstants .MINECRAFT_1_20_4 , 0x5F ),
35+ map (ProtocolConstants .MINECRAFT_1_20_6 , 0x61 )
3336
3437
3538 ),
3639 RESET_SCORE (
37- map (ProtocolConstants .MINECRAFT_1_20_3 , 0x42 )
40+ map (ProtocolConstants .MINECRAFT_1_20_3 , 0x42 ),
41+ map (ProtocolConstants .MINECRAFT_1_20_4 , 0x44 )
3842 ),
3943 OBJECTIVE_DISPLAY (
4044 map (ProtocolConstants .MINECRAFT_1_12_2 , 0x3B ),
@@ -46,7 +50,8 @@ public enum PacketIds {
4650 map (ProtocolConstants .MINECRAFT_1_19_3 , 0x4D ),
4751 map (ProtocolConstants .MINECRAFT_1_19_4 , 0x51 ),
4852 map (ProtocolConstants .MINECRAFT_1_20_2 , 0x53 ),
49- map (ProtocolConstants .MINECRAFT_1_20_4 , 0x55 )
53+ map (ProtocolConstants .MINECRAFT_1_20_4 , 0x55 ),
54+ map (ProtocolConstants .MINECRAFT_1_20_6 , 0x57 )
5055
5156 ),
5257 OBJECTIVE (
@@ -59,7 +64,8 @@ public enum PacketIds {
5964 map (ProtocolConstants .MINECRAFT_1_19_3 , 0x54 ),
6065 map (ProtocolConstants .MINECRAFT_1_19_4 , 0x58 ),
6166 map (ProtocolConstants .MINECRAFT_1_20_2 , 0x5A ),
62- map (ProtocolConstants .MINECRAFT_1_20_4 , 0x5C )
67+ map (ProtocolConstants .MINECRAFT_1_20_4 , 0x5C ),
68+ map (ProtocolConstants .MINECRAFT_1_20_6 , 0x5E )
6369 );
6470
6571 private final ProtocolConstants .ProtocolMapping [] mappings ;
0 commit comments