Jump to content

Recommended Posts

Posted

Hi :)

I'm trying to highlight a chunk with a client side mod but I don't understand how can I do :/

I know NEI already done something similar when you press F7, it show where mob can spawn but I don't understand its code.

 

Could you help me ?

What event should I use ?

Thanks

Posted

I've successfully used RenderWorldLastEvent and then used the tessellator to draw a wire frame or similar.  You just need to draw relative to the player's position i.e. EntityPlayer.getPosition(partialTick);

 

So - if the player is at x = 23.5, and the chunk you want to render is from x = 64 to 80, then your wireframe renders from x = 40.5 to 56.5

 

You will need to understand how to register Forge Events and how to use the Tessellator.  Do you know how to use those?

 

-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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.