Skip to content

Commit

Permalink
Add support of version 1.17 of minecraft
Browse files Browse the repository at this point in the history
  • Loading branch information
EpiCanard committed Jun 13, 2021
1 parent 381c666 commit 552b6d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ target
ServerSigns.iml
.classpath
.settings
.project
.project
.metals
.bloop
3 changes: 2 additions & 1 deletion src/main/java/de/czymm/serversigns/utils/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ public enum Version {
V1_13(1, 13),
V1_14(1, 14),
V1_15(1, 15),
V1_16(1, 16);
V1_16(1, 16),
V1_17(1, 17);

private int major;
private int minor;
Expand Down

0 comments on commit 552b6d7

Please sign in to comment.