We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4a20a0 + 535bca1 commit 6b4a8ccCopy full SHA for 6b4a8cc
src/main/java/cn/nukkit/network/protocol/ProtocolInfo.java
@@ -17,12 +17,12 @@ public interface ProtocolInfo {
17
/**
18
* Actual Minecraft: PE protocol version
19
*/
20
- int CURRENT_PROTOCOL = dynamic(544);
+ int CURRENT_PROTOCOL = dynamic(545);
21
22
List<Integer> SUPPORTED_PROTOCOLS = Ints.asList(CURRENT_PROTOCOL);
23
24
- String MINECRAFT_VERSION = dynamic("v1.19.20");
25
- String MINECRAFT_VERSION_NETWORK = dynamic("1.19.20");
+ String MINECRAFT_VERSION = dynamic("v1.19.21");
+ String MINECRAFT_VERSION_NETWORK = dynamic("1.19.21");
26
27
byte LOGIN_PACKET = 0x01;
28
byte PLAY_STATUS_PACKET = 0x02;
0 commit comments