Skip to content

Commit

Permalink
[ANY] 1.19 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gravit0 committed Jun 9, 2022
1 parent 0b38781 commit e8d3232
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,8 @@ public enum Version {
MC1171("1.17.1", 756),
MC118("1.18", 757),
MC1181("1.18.1", 757),
MC1182("1.18.2", 758);
MC1182("1.18.2", 758),
MC119("1.19", 759);
private static final Map<String, Version> VERSIONS;

static {
Expand Down

0 comments on commit e8d3232

Please sign in to comment.