Skip to content

Commit

Permalink
Add version information for 1.20.1 (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantera07 committed Jun 12, 2023
1 parent 5ef90c4 commit bda1430
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public enum ProtocolVersion {
MINECRAFT_1_19_1(760, "1.19.1", "1.19.2"),
MINECRAFT_1_19_3(761, "1.19.3"),
MINECRAFT_1_19_4(762, "1.19.4"),
MINECRAFT_1_20(763, "1.20");
MINECRAFT_1_20(763, "1.20", "1.20.1");

private static final int SNAPSHOT_BIT = 30;

Expand Down

0 comments on commit bda1430

Please sign in to comment.