add version information for 1.18.1 (#609)

This commit is contained in:
Kosma Moczek 2021-12-10 21:03:53 +01:00 committed by GitHub
parent 5fe3663d51
commit b54dd757bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ public enum ProtocolVersion {
MINECRAFT_1_16_4(754, "1.16.4", "1.16.5"),
MINECRAFT_1_17(755, "1.17"),
MINECRAFT_1_17_1(756, "1.17.1"),
MINECRAFT_1_18(757, "1.18");
MINECRAFT_1_18(757, "1.18", "1.18.1");
private static final int SNAPSHOT_BIT = 30;