Merge pull request #535 from Nalborr/patch-2

Support 1.18
This commit is contained in:
Gravit 2021-12-01 13:54:55 +07:00 committed by GitHub
commit 9cc1cf5feb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -481,7 +481,8 @@ public enum Version {
MC1164("1.16.4", 754),
MC1165("1.16.5", 754),
MC117("1.17", 755),
MC1171("1.17.1", 756);
MC1171("1.17.1", 756),
MC118("1.18", 757);
private static final Map<String, Version> VERSIONS;
static {