Hello, i'm developing a bot to connect to my server which uses forge module loader. I'm using node.js with mineflayer lib which uses minecraft-protocol lib i'am obviously having problems connecting because minecraft-protocol lib is not prepared to handle FML and custom modules... so the bot is kick from the server ("kicked for You don't have FML installed, you cannot connect to this server").
Has the bot is just going to perform some simple default tasks and does not require any module functionality (walking, chatting, and maybe using some standard tools), my question is: is there any way to handshake with the forge server so the bot can connect? what to i have to send to the server for handshaking? i will modify minecraft-protocol lib to allow this.
Thanks!