Skip to content

Commit 1c66af0

Browse files
committed
update versions
1 parent 806ca0a commit 1c66af0

File tree

1 file changed

+6
-0
lines changed
  • src/main/java/de/jo0001/viaTesting/util

1 file changed

+6
-0
lines changed

src/main/java/de/jo0001/viaTesting/util/Util.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ public static String idToVersion(final int id) {
113113
return "1.21.3";
114114
case 769:
115115
return "1.21.4";
116+
case 770:
117+
return "1.21.5";
118+
case 771:
119+
return "1.21.6";
120+
case 772:
121+
return "1.21.7";
116122
default:
117123
return "Unknown";
118124
}

0 commit comments

Comments
 (0)