[FEATURE] Поддержка 1.14

This commit is contained in:
Zaxar163 2019-04-27 15:24:20 +03:00 committed by GitHub
parent a26311be88
commit 05539133cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@ public enum Version {
MC113("1.13", 393),
MC1131("1.13.1", 401),
MC1132("1.13.2", 402);
MC114("1.14", 477);
private static final Map<String, Version> VERSIONS;
static {