3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-28 22:21:13 +02:00

Update 1.21 protocol to include 1.21.1 release (#1402)

Dieser Commit ist enthalten in:
Timon 2024-08-08 16:47:18 +02:00 committet von GitHub
Ursprung 51468530a9
Commit dd7b8b4d8f
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: B5690EEEBB952194

Datei anzeigen

@ -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;