Skip to content

Commit

Permalink
1.21-pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrygames committed Jun 4, 2024
1 parent 42e0b85 commit 4b826c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public boolean isSupported() {
MINECRAFT_1_20_2(764, "1.20.2"),
MINECRAFT_1_20_3(765, "1.20.3", "1.20.4"),
MINECRAFT_1_20_5(766, "1.20.5", "1.20.6"),
MINECRAFT_1_21(767, 199, "1.21");
MINECRAFT_1_21(767, 200, "1.21");

private static final int SNAPSHOT_BIT = 30;

Expand Down

0 comments on commit 4b826c8

Please sign in to comment.