@@ -21,7 +21,8 @@ public enum PacketIds {
2121 map (ProtocolConstants .MINECRAFT_1_20_4 , 0x5E ),
2222 map (ProtocolConstants .MINECRAFT_1_20_6 , 0x60 ),
2323 map (ProtocolConstants .MINECRAFT_1_21_2 , 0x67 ),
24- map (ProtocolConstants .MINECRAFT_1_21_5 , 0x66 )
24+ map (ProtocolConstants .MINECRAFT_1_21_5 , 0x66 ),
25+ map (ProtocolConstants .MINECRAFT_1_21_11 , 0x6B )
2526 ),
2627 UPDATE_SCORE (
2728 map (ProtocolConstants .MINECRAFT_1_12_2 , 0x45 ),
@@ -36,13 +37,15 @@ public enum PacketIds {
3637 map (ProtocolConstants .MINECRAFT_1_20_4 , 0x5F ),
3738 map (ProtocolConstants .MINECRAFT_1_20_6 , 0x61 ),
3839 map (ProtocolConstants .MINECRAFT_1_21_2 , 0x68 ),
39- map (ProtocolConstants .MINECRAFT_1_21_5 , 0x67 )
40+ map (ProtocolConstants .MINECRAFT_1_21_5 , 0x67 ),
41+ map (ProtocolConstants .MINECRAFT_1_21_11 , 0x6C )
4042 ),
4143 RESET_SCORE (
4244 map (ProtocolConstants .MINECRAFT_1_20_3 , 0x42 ),
4345 map (ProtocolConstants .MINECRAFT_1_20_4 , 0x44 ),
4446 map (ProtocolConstants .MINECRAFT_1_21_2 , 0x49 ),
45- map (ProtocolConstants .MINECRAFT_1_21_5 , 0x48 )
47+ map (ProtocolConstants .MINECRAFT_1_21_5 , 0x48 ),
48+ map (ProtocolConstants .MINECRAFT_1_21_11 , 0x4D )
4649 ),
4750 OBJECTIVE_DISPLAY (
4851 map (ProtocolConstants .MINECRAFT_1_12_2 , 0x3B ),
@@ -57,7 +60,8 @@ public enum PacketIds {
5760 map (ProtocolConstants .MINECRAFT_1_20_4 , 0x55 ),
5861 map (ProtocolConstants .MINECRAFT_1_20_6 , 0x57 ),
5962 map (ProtocolConstants .MINECRAFT_1_21_2 , 0x5C ),
60- map (ProtocolConstants .MINECRAFT_1_21_5 , 0x5B )
63+ map (ProtocolConstants .MINECRAFT_1_21_5 , 0x5B ),
64+ map (ProtocolConstants .MINECRAFT_1_21_11 , 0x60 )
6165
6266 ),
6367 OBJECTIVE (
@@ -73,7 +77,8 @@ public enum PacketIds {
7377 map (ProtocolConstants .MINECRAFT_1_20_4 , 0x5C ),
7478 map (ProtocolConstants .MINECRAFT_1_20_6 , 0x5E ),
7579 map (ProtocolConstants .MINECRAFT_1_21_2 , 0x64 ),
76- map (ProtocolConstants .MINECRAFT_1_21_5 , 0x63 )
80+ map (ProtocolConstants .MINECRAFT_1_21_5 , 0x63 ),
81+ map (ProtocolConstants .MINECRAFT_1_21_11 , 0x68 )
7782 );
7883
7984 private final ProtocolConstants .ProtocolMapping [] mappings ;
0 commit comments