Minecraft-Console-Client/DebugTools
breadbyte d9f1a77ac2
.NET 5+ Support (#1674)
Implement changes to support .NET 5 onwards.
Co-authored-by: ReinforceZwei <39955851+ReinforceZwei@users.noreply.github.com>
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
2022-07-03 22:34:07 +08:00
..
MinecraftClientProxy .NET 5+ Support (#1674) 2022-07-03 22:34:07 +08:00
MinecraftClientProxy.sln Add PacketProxy debug tool for developers 2019-09-23 23:09:00 +02:00
README.txt Update README and URLs 2021-10-10 20:56:39 +02:00

This part of the repository contains tools that may be useful for debugging

MinecraftClientProxy
 A proxy between a MCC/Vanilla client and an offline-mode server which can intercept packets
 Useful to dump packets sent by a Vanilla minecraft client and compare them with packets from MCC
 Example of use case: https://github.com/MCCTeam/Minecraft-Console-Client/issues/195