I hate to play the noob card but I know nothing of packets.
Been trying to figure out how to do it, best tutorial I've found s far is yours http://www.minecraftforge.net/forum/index.php/topic,20135.0.html
I've created my Message and MessageHandler classes, but at this point I have no clue where to go.
I noticed S23PacketBlockChange has .read and .write methods built in, do I need to declare the instance of that in the Message class then? What should the code be inside the EventHandler? Just ModClass.networkWrapper.sendTo(Message message, EntityPlayerMP player) ? What do I put for (Message message)? An instance of my Message class?
Sorry I'm trying to learn, maybe it's something simple, like I said I just have no experience in packets sending/receiving.
Thanks for your help!