Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-16 21:10:30 +01:00
Update 1.21 protocol to include 1.21.1 release (#1402)
Dieser Commit ist enthalten in:
Ursprung
51468530a9
Commit
dd7b8b4d8f
@ -87,7 +87,7 @@ public enum ProtocolVersion implements Ordered<ProtocolVersion> {
|
||||
MINECRAFT_1_20_2(764, "1.20.2"),
|
||||
MINECRAFT_1_20_3(765, "1.20.3", "1.20.4"),
|
||||
MINECRAFT_1_20_5(766, "1.20.5", "1.20.6"),
|
||||
MINECRAFT_1_21(767, "1.21");
|
||||
MINECRAFT_1_21(767, "1.21", "1.21.1");
|
||||
|
||||
private static final int SNAPSHOT_BIT = 30;
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren