Merge pull request #544 from Dbarkovski/patch-2

Add 1.18.1 support
This commit is contained in:
Gravit 2021-12-11 14:55:00 +07:00 committed by GitHub
commit c88fb1d8e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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