Skip to content

Commit

Permalink
More versions for dumpimport
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo0001 committed Nov 30, 2024
1 parent beb43e3 commit abd469c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.jo0001</groupId>
<artifactId>ViaTesting</artifactId>
<version>1.5</version>
<version>1.6</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
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 @@ -108,7 +108,11 @@ public static String idToVersion(final int id) {
case 766:
return "1.20.6";
case 767:
return "1.21";
return "1.21.1";
case 768:
return "1.21.3";
case 769:
return "1.21.4";
default:
return "Unknown";
}
Expand Down

0 comments on commit abd469c

Please sign in to comment.