Support 1.18

This commit is contained in:
Nalborr 2021-11-30 20:43:51 +02:00 committed by GitHub
parent d995b3508c
commit 0379477971
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 {