Skip to content

Commit

Permalink
Hotfix Paper 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Jun 14, 2024
1 parent fe1d586 commit 7cf2320
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public enum MinecraftVersion {
this.put("1.20.4", MC1_20_R3);
this.put("1.20.5", MC1_20_R4);
this.put("1.20.6", MC1_20_R4);
this.put("1.21.0", MC1_21_R1);
this.put("1.21", MC1_21_R1);
}
};

Expand Down

0 comments on commit 7cf2320

Please sign in to comment.