mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Update to MC version 1.16.5 (#1417)
* Update to MC version 1.16.5 * Remove comments about protocol number
This commit is contained in:
parent
f20abb6fbc
commit
0cbe543c30
4 changed files with 12 additions and 9 deletions
|
|
@ -243,6 +243,7 @@ namespace MinecraftClient.Protocol
|
|||
case "1.16.3":
|
||||
return 753;
|
||||
case "1.16.4":
|
||||
case "1.16.5":
|
||||
return 754;
|
||||
default:
|
||||
return 0;
|
||||
|
|
@ -303,6 +304,8 @@ namespace MinecraftClient.Protocol
|
|||
case 735: return "1.16";
|
||||
case 736: return "1.16.1";
|
||||
case 751: return "1.16.2";
|
||||
case 753: return "1.16.3";
|
||||
case 754: return "1.16.5";
|
||||
default: return "0.0";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue