Hi,
I am developing a plugin for Bukkit that would only allow users with specified mods to join the server.
I registered "FML" channels for communication and I am sending a ModListRequestPacket correctly to clients,
but the client seems to ignore the packet. After having a quick look through FML code, I see that FML does
some weird things during player logon, that I don't understand.
How does it work and what would it take to make it work?