Update 1.18.1

This commit is contained in:
Marc Baloup 2021-12-19 17:51:08 +01:00
parent f3da4f66bb
commit 6957ffcf0d
Signed by: marcbal
GPG Key ID: BBC0FE3ABC30B893
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public enum MinecraftVersion {
v1_17(755, "1.17"),
v1_17_1(756, "1.17.1"),
v1_18(757, "1.18");
v1_18_to_1_18_1(757, "1.18", "1.18.1");
// IMPORTANT: don't forget to update the versionMergeDisplay value when adding a new version;
private static Map<EnumSet<MinecraftVersion>, List<String>> versionMergeDisplay;