Posted June 28, 201411 yr I'm working on a mod that lets players look at other worlds inside of the current world via custom blocks, but the problem is that to render the provided server worlds the client needs to receive the other world data from the server that isn't where they currently are. What would be the best way to do this?
June 29, 201411 yr Hi That should be relatively straightforward to implement with custom packets. Your server compiles a list of the nearby world data, sends it in a packet or two to the client, which then renders it. -TGG
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.