File tree Expand file tree Collapse file tree
src/main/java/me/catcoder/sidebar/protocol Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,14 +41,19 @@ public class ProtocolConstants {
4141 public static final int MINECRAFT_1_19_4 = 762 ;
4242
4343 public static final int MINECRAFT_1_20 = 763 ;
44+ public static final int MINECRAFT_1_20_1 = 763 ;
4445 public static final int MINECRAFT_1_20_2 = 764 ;
4546 public static final int MINECRAFT_1_20_3 = 765 ;
4647 public static final int MINECRAFT_1_20_4 = 765 ;
48+ public static final int MINECRAFT_1_20_5 = 766 ;
4749 public static final int MINECRAFT_1_20_6 = 766 ;
50+
4851 public static final int MINECRAFT_1_21 = 767 ;
4952
53+ public static final int MINECRAFT_1_21_2 = 768 ;
54+
5055 public static final int MINIMUM_SUPPORTED_VERSION = MINECRAFT_1_12_2 ;
51- public static final int MAXIMUM_SUPPORTED_VERSION = MINECRAFT_1_21 ;
56+ public static final int MAXIMUM_SUPPORTED_VERSION = MINECRAFT_1_21_2 ;
5257
5358 @ Getter
5459 @ RequiredArgsConstructor
You can’t perform that action at this time.
0 commit comments