Minecraft-Console-Client/DebugTools
ORelio e04f06cece Interact with inventories
The /inventory command allow listing inventory and clicking on items
Should be enough for operating GUI menus such as Server chooser/teleporter
2020-03-29 18:41:26 +02:00
..
MinecraftClientProxy Interact with inventories 2020-03-29 18:41:26 +02:00
MinecraftClientProxy.sln Add PacketProxy debug tool for developers 2019-09-23 23:09:00 +02:00
MinecraftClientProxy.suo Interact with inventories 2020-03-29 18:41:26 +02:00
README.txt Add PacketProxy debug tool for developers 2019-09-23 23:09:00 +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/ORelio/Minecraft-Console-Client/issues/195