mirror of
https://github.com/PaperMC/Velocity.git
synced 2024-11-27 06:30:35 +08:00
Snapshot 21w16a
This commit is contained in:
parent
8def411b2b
commit
be1848f8e7
@ -54,7 +54,7 @@ public enum ProtocolVersion {
|
||||
MINECRAFT_1_16_2(751, "1.16.2"),
|
||||
MINECRAFT_1_16_3(753, "1.16.3"),
|
||||
MINECRAFT_1_16_4(754, "1.16.4", "1.16.5"),
|
||||
MINECRAFT_1_17(-1, 22, "1.17"); // Snapshot: 21w15a, future protocol: 755
|
||||
MINECRAFT_1_17(-1, 23, "1.17"); // Snapshot: 21w16a, future protocol: 755
|
||||
|
||||
private static final int SNAPSHOT_BIT = 30;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user