mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-02-17 15:39:30 +08:00
Snapshot 21w37a
This commit is contained in:
parent
ea07c6661a
commit
ac92de8a0e
@ -55,7 +55,8 @@ public enum ProtocolVersion {
|
||||
MINECRAFT_1_16_3(753, "1.16.3"),
|
||||
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_17_1(756, "1.17.1"),
|
||||
MINECRAFT_1_18(-1, 41, "1.18"); // Snapshot: 21w37a, future protocol: 757
|
||||
|
||||
private static final int SNAPSHOT_BIT = 30;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user