Exo594 Posted November 23, 2015 Share Posted November 23, 2015 I'm trying to use TGG's MinecraftByExample code to figure out some things for 1.7.10. Right now, I'm having trouble with some of the code in the network messages content. https://github.com/TheGreyGhost/MinecraftByExample/blob/master/src/main/java/minecraftbyexample/mbe60_network_messages/MessageHandlerOnClient.java#L50 Above is his class, and when I pull it into a 1.7.10 environment, it doesn't like line 50. What should I be using there for a 1.7.10 version of his code? The rest of the code in the class doesn't show any errors at the moment. Quote Link to comment Share on other sites More sharing options...
Exo594 Posted November 23, 2015 Author Share Posted November 23, 2015 Okay, thank you. I had suspected it was something like that, but a lot of this network stuff is pretty head-spinning for me. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.