Add 1.14 in MinecraftVersion

This commit is contained in:
Marc Baloup 2019-05-10 23:12:01 +02:00
parent cd9c776dd8
commit c8f717394f
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ public enum MinecraftVersion {
v1_12_2(340, "1.12.2"),
v1_13(393, "1.13"),
v1_13_1(401, "1.13.1"),
v1_13_2(404, "1.13.2");
v1_13_2(404, "1.13.2"),
v1_14(477, "1.14");
// IMPORTANT: don't forget to update the versionMergeDisplay value when adding a new version;
private static Map<EnumSet<MinecraftVersion>, List<String>> versionMergeDisplay;