mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add support for 1.17 (#1630)
* fix caps * implement 1.17 without terrain * properly switch order of Tracking Position and Locked for 1.17 * Update MinecraftClient/Protocol/Handlers/PacketTypesIn.cs Co-authored-by: ReinforceZwei <39955851+ReinforceZwei@users.noreply.github.com> Co-authored-by: ReinforceZwei <39955851+ReinforceZwei@users.noreply.github.com>
This commit is contained in:
parent
83e61f04b7
commit
8bd221c248
8 changed files with 229 additions and 12 deletions
|
|
@ -207,6 +207,7 @@
|
|||
<Compile Include="Protocol\Handlers\PacketPalettes\PacketPalette115.cs" />
|
||||
<Compile Include="Protocol\Handlers\PacketPalettes\PacketPalette116.cs" />
|
||||
<Compile Include="Protocol\Handlers\PacketPalettes\PacketPalette1162.cs" />
|
||||
<Compile Include="Protocol\Handlers\PacketPalettes\PacketPalette117.cs" />
|
||||
<Compile Include="Protocol\Handlers\PacketPalettes\PacketPalette17.cs" />
|
||||
<Compile Include="Protocol\Handlers\PacketPalettes\PacketPaletteHelper.cs" />
|
||||
<Compile Include="Protocol\Handlers\PacketType18Handler.cs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue