Minecraft-Console-Client/MinecraftClient/Protocol/Handlers
oldkingOK 8eee50044f Edit outdated links in comments and add FML3 stuff
Add FML3 extra packetID 5 and 6 recognition based on
https://github.com/MinecraftForge/MinecraftForge/blob/1.18.x/src/main/java/net/minecraftforge/network/NetworkInitialization.java

Changed the way of selecting FML version for "Force Forge" from forced FML3 to game version based.
MC 1.12 and lower: FML, MC 1.13 to 1.17: FML2, MC 1.18 and greater: FML3

Edit outdated links in comments:
Accessing the link below will result in a message that the file cannot be found
https://github.com/MinecraftForge/MinecraftForge/blob/master/src/main/java/net/minecraftforge/fml/network/FMLNetworkConstants.java
Presumably it's version 1.13 based on the original commit and issue, then change to
https://github.com/MinecraftForge/MinecraftForge/blob/1.13.x/src/main/java/net/minecraftforge/fml/network/FMLNetworkConstants.java
https://github.com/MCCTeam/Minecraft-Console-Client/issues/1184
2024-01-14 01:45:38 +08:00
..
Forge Edit outdated links in comments and add FML3 stuff 2024-01-14 01:45:38 +08:00
Packet/s2c DeclareCommand: Fix 1.19.3 crash 2023-04-09 12:01:09 +08:00
PacketPalettes 1.20.2 Implementation, not tested 2023-11-15 15:42:27 +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 merge conflicts 2023-12-02 13:34:11 +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