Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
Minecraft 1.14.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
md-5 committed Jun 24, 2019
1 parent fe2a39e commit 941d7f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class ProtocolConstants
public static final int MINECRAFT_1_14 = 477;
public static final int MINECRAFT_1_14_1 = 480;
public static final int MINECRAFT_1_14_2 = 485;
public static final int MINECRAFT_1_14_3 = 489;
public static final int MINECRAFT_1_14_3 = 490;
public static final List<String> SUPPORTED_VERSIONS = Arrays.asList(
"1.8.x",
"1.9.x",
Expand Down

0 comments on commit 941d7f7

Please sign in to comment.