Posted July 25, 201411 yr Hey people, so let me explain a bit. Before I updated to 1.7 I was working on a chair that required the Packet39AttachEntity but as of 1.7 everything related to packets changed. My question to one of you guys is, where or how do I still access its features? Packet39AttachEntity packet = new Packet39AttachEntity(entityplayer, this); is what I used before I send the server the package
July 25, 201411 yr Author You shouldn't need to use such a packet manually. You should post more of your old code. the reason why I needed it is because I notify it with this line: player.playerNetServerHandler.sendPacket(packet);
July 25, 201411 yr Author I know why you think you need it. But you should not need to send packets at all. Why do you think you need? Again: Show more of your code. I send you a message containing a link to my pastebin
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.