[go: nahoru, domu]

Skip to content

Commit

Permalink
feat: 1.21.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
C0R0X committed Jul 9, 2024
1 parent 7b9fbe3 commit ce9d486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/cn/nukkit/network/protocol/ProtocolInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ public interface ProtocolInfo {
/**
* Actual Minecraft: PE protocol version
*/
int CURRENT_PROTOCOL = dynamic(685);
int CURRENT_PROTOCOL = dynamic(686);

String MINECRAFT_VERSION_NETWORK = dynamic("1.21.0");
String MINECRAFT_VERSION_NETWORK = dynamic("1.21.2");

SemVersion MINECRAFT_SEMVERSION = new SemVersion(1, 21, 0, 0, 0);

Expand Down

0 comments on commit ce9d486

Please sign in to comment.