Skip to content

Commit

Permalink
add 1.20.x for dump detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo0001 committed Dec 5, 2023
1 parent 0a047f3 commit e749381
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/java/de/jo0001/viaTesting/util/Util.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,11 @@ public static String idToVersion(final int id) {
case 761:
return "1.19.3";
case 762:
return "1.19.4";
return "1.20";
case 763:
return "1.20.2";
case 764:
return "1.20.3";
default:
return "Unknown";
}
Expand Down

0 comments on commit e749381

Please sign in to comment.