Skip to content

Commit

Permalink
Add 1.21 to version util
Browse files Browse the repository at this point in the history
  • Loading branch information
xism4 committed Jun 16, 2024
1 parent 07a0233 commit 617fbb6
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ public enum GameVersion {
v1_19_R3,
v1_20_R1,
v1_20_R2,
v1_20_R3;
v1_20_R3,
v1_20_R4,
v_1_20_R5,
V_1_21_R1;



private static final GameVersion CURRENT_VERSION;
Expand Down

0 comments on commit 617fbb6

Please sign in to comment.