Skip to content

Commit 6b4a8cc

Browse files
Merge pull request PowerNukkit#1397 from GoodLucky777/update/1.19.21
Update to Minecraft v1.19.21 (Protocol v545)
2 parents d4a20a0 + 535bca1 commit 6b4a8cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/cn/nukkit/network/protocol/ProtocolInfo.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ public interface ProtocolInfo {
1717
/**
1818
* Actual Minecraft: PE protocol version
1919
*/
20-
int CURRENT_PROTOCOL = dynamic(544);
20+
int CURRENT_PROTOCOL = dynamic(545);
2121

2222
List<Integer> SUPPORTED_PROTOCOLS = Ints.asList(CURRENT_PROTOCOL);
2323

24-
String MINECRAFT_VERSION = dynamic("v1.19.20");
25-
String MINECRAFT_VERSION_NETWORK = dynamic("1.19.20");
24+
String MINECRAFT_VERSION = dynamic("v1.19.21");
25+
String MINECRAFT_VERSION_NETWORK = dynamic("1.19.21");
2626

2727
byte LOGIN_PACKET = 0x01;
2828
byte PLAY_STATUS_PACKET = 0x02;

0 commit comments

Comments
 (0)