Minecraft-Console-Client/MinecraftClient/Protocol/Handlers
Somersault 9e271a2f06 Problems:
1) The AutoRelog ChatBot stopped trying to log in after the 3rd attempt.
2) The AutoRelog ChatBot stopped trying to log in after the internet connection was interrupted. MCC froze.

2 problems have been solved.
2026-07-18 21:37:52 +03:00
..
Forge Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
Packet/s2c Modernize data carriers to records and add primary constructors 2026-03-24 01:31:17 +00:00
PacketPalettes Merge branch 'master' of https://github.com/MCCTeam/Minecraft-Console-Client into fix/inventory-version-regressions 2026-06-05 21:13:59 +02:00
StructuredComponents feat: Added Minecraft 26.2 support 2026-07-04 21:58:48 +02:00
ConfigurationPacketTypesIn.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
ConfigurationPacketTypesOut.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
DataTypes.cs protocol gap fixes 2026-06-12 01:05:19 +02:00
PacketType18Handler.cs feat: Wire MC 26.2 (protocol 776) routing and adapt Teams packet parsing 2026-07-02 16:43:31 -05:00
PacketTypesIn.cs Fix inventory handling across protocol versions 2026-06-05 20:26:29 +02:00
PacketTypesOut.cs feat: add 26.1 packet palette, structured components registry, and version routing 2026-03-22 20:04:08 +08:00
Protocol16.cs Dialog System First iteration, not tested 2026-06-13 23:59:44 +02:00
Protocol18.cs Problems: 2026-07-18 21:37:52 +03:00
Protocol18Forge.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
Protocol18Terrain.cs Modernize data carriers to records and add primary constructors 2026-03-24 01:31:17 +00:00
SocketWrapper.cs Problems: 2026-07-18 21:37:52 +03:00
ZlibUtils.cs