Skip to content

Commit

Permalink
Minecraft 24w06a support
Browse files Browse the repository at this point in the history
  • Loading branch information
md-5 committed Feb 10, 2024
1 parent 464ed01 commit d0fa62d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class ProtocolConstants
public static final int MINECRAFT_1_20 = 763;
public static final int MINECRAFT_1_20_2 = 764;
public static final int MINECRAFT_1_20_3 = 765;
public static final int MINECRAFT_1_20_5 = 1073741999;
public static final int MINECRAFT_1_20_5 = 1073742000;
public static final List<String> SUPPORTED_VERSIONS;
public static final List<Integer> SUPPORTED_VERSION_IDS;

Expand Down

0 comments on commit d0fa62d

Please sign in to comment.