Add version information for 1.19.2 (#823)

https://minecraft.fandom.com/wiki/Protocol_version#Java_Edition_2
This commit is contained in:
Pantera (Mad_Daniel) 2022-08-06 01:01:50 +09:00 committed by GitHub
parent 62bd58d356
commit 8a63df2ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ public enum ProtocolVersion {
MINECRAFT_1_18(757, "1.18", "1.18.1"),
MINECRAFT_1_18_2(758, "1.18.2"),
MINECRAFT_1_19(759, "1.19"),
MINECRAFT_1_19_1(760, "1.19.1");
MINECRAFT_1_19_1(760, "1.19.1", "1.19.2");
private static final int SNAPSHOT_BIT = 30;