Hello, i'm working on client sided only mod and i need to work with packet250custompayload (which will be sent by bukkit server). i was following this tutorial http://www.minecraftforge.net/wiki/Packet_Handling but IPacketHandler interface nolonger exists (same as networkmod annotation). Then i found that packethandling was changed and now is everything handled by netty. But i couldn't find anywhere how to work with the new system and listen for certain packet.