Minecraft-Console-Client/MinecraftClient/Protocol
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
..
Handlers Edit outdated links in comments and add FML3 stuff 2024-01-14 01:45:38 +08:00
Message Fix message marker mixed with actual message body 2023-03-25 16:42:28 +08:00
ProfileKey Fix bug: Yggdrasil client can't send message upper 22w17a 2024-01-13 03:29:00 +08:00
Session refactored session checks for better readability 2023-12-02 13:15:46 +02:00
DataTypeGenerator.cs Fix xxx.Parse 2022-10-04 11:53:07 +08:00
EntityActionType.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
GuidExtensions.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
IMinecraftCom.cs Fully Implemented 1.20 2023-06-08 19:27:28 +02:00
IMinecraftComHandler.cs Implemented TabListHeaderAndFooter packet 2023-11-20 18:08:09 +01:00
JwtPayloadDecode.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
MicrosoftAuthentication.cs Refactoring Settings.cs 2022-10-05 15:02:30 +08:00
MojangAPI.cs Implement command completion suggestions. 2022-12-06 15:50:17 +08:00
PlayerInfo.cs Trim 2023-01-14 21:07:09 +08:00
ProtocolHandler.cs Login with yggdrasil server 'hitmc.cc' will get 2024-01-10 11:00:04 +08:00
ProxiedWebRequest.cs Tooltip support & Bug fix 2022-12-11 13:00:19 +08:00
ReplayHandler.cs 1.19.3 Message signing support. 2023-01-13 16:12:10 +08:00