MC 1.19 support

This commit is contained in:
2022-06-08 14:37:58 +02:00
parent e50bf0ee39
commit b2738a3d33
3 changed files with 6 additions and 4 deletions

View File

@@ -54,7 +54,9 @@ public enum MinecraftVersion {
v1_17_1(756, "1.17.1"),
v1_18_to_1_18_1(757, "1.18", "1.18.1"),
v1_18_2(758, "1.18.2");
v1_18_2(758, "1.18.2"),
v1_19(759, "1.19");
// IMPORTANT: don't forget to update the versionMergeDisplay value when adding a new version;
private static Map<EnumSet<MinecraftVersion>, List<String>> versionMergeDisplay;