PowerNukkitX / PowerNukkitX-Legacy

GNU General Public License v3.0
6 stars 4 forks source link

Change MINECRAFT_VERSION_NETWORK for Minecraft bedrock 1.20.51 #70

Closed AzaleeX closed 7 months ago

AzaleeX commented 7 months ago

you should change this to 1.20.51 so that in the console instead of saying 1.20.50 it says the current version of minecraft

ref: https://github.com/PowerNukkitX/PowerNukkitX/blob/79256384747ca847b5925568f055c056b4041e1b/src/main/java/cn/nukkit/network/protocol/ProtocolInfo.java#L25

String MINECRAFT_VERSION_NETWORK = dynamic("1.20.50");