Skip to content

Commit

Permalink
Add 1.21.1 Paper support
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Aug 10, 2024
1 parent 30b9319 commit 3a44a5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public enum MinecraftVersion {
this.put("1.20.5", MC1_20_R4);
this.put("1.20.6", MC1_20_R4);
this.put("1.21", MC1_21_R1);
this.put("1.21.1", MC1_21_R1);
}
};

Expand Down

0 comments on commit 3a44a5e

Please sign in to comment.