Minecraft-Console-Client/MinecraftClient/Protocol/Handlers
oldkingOK e569ffe0cc fix: IndexOutOfRange on packet reading (Forge)
Add two missing forge Command Packet Parsers, which won't affect the vanilla parsers.
The ids of the two Command Packet Parsers `forge:enum` and `forge:modid` [Forge once added in order](19f8d2a793/src/main/java/net/minecraftforge/common/ForgeMod.java (L175)) are the maximum value of the Vanilla Parser id plus 1 or plus 2. `forge:enum` has a [String Type argument](https://wiki.vg/Command_Data#forge:enum).
The specific id is from [wiki.vg](https://wiki.vg/Command_Data) or Forge-generated minecraft source code.
2024-02-20 15:37:57 +08:00
..
Forge Edit outdated links in comments and add FML3 stuff 2024-01-14 01:45:38 +08:00
Packet/s2c fix: IndexOutOfRange on packet reading (Forge) 2024-02-20 15:37:57 +08:00
PacketPalettes Fixed a crash on non 1.20.2 versions 2024-01-29 22:40:17 +01:00
ConfigurationPacketTypesIn.cs Added Configuration Packets mapping 2024-01-29 15:39:39 +01:00
ConfigurationPacketTypesOut.cs Added Configuration Packets mapping 2024-01-29 15:39:39 +01:00
DataTypes.cs Implemented 1.20.2 fully, needs more testing 2023-11-17 18:21:57 +01:00
PacketType18Handler.cs 1.20.2 Implementation, not tested 2023-11-15 15:42:27 +01:00
PacketTypesIn.cs 1.20.2 Implementation, not tested 2023-11-15 15:42:27 +01:00
PacketTypesOut.cs 1.20.2 Implementation, not tested 2023-11-15 15:42:27 +01:00
Protocol16.cs refactored session checks for better readability 2023-12-02 13:15:46 +02:00
Protocol18.cs Fixed crashing on Reconfiguration... screen phase 2024-02-18 18:44:36 +01:00
Protocol18Forge.cs Edit outdated links in comments and add FML3 stuff 2024-01-14 01:45:38 +08:00
Protocol18Terrain.cs 1.19.3 PlayerRemove & Explosion packet 2023-01-14 15:55:40 +08:00
SocketWrapper.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
ZlibUtils.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00