Jump to content

Recommended Posts

Posted

I added a layer whis is changing the player's skin but the first person hand is still with the original skin. How do I change it as well? Thanks.

  Reveal hidden contents

 

Posted
  On 5/19/2021 at 3:08 PM, ChampionAsh5357 said:

You would need to handle some rendering logic via RenderHandEvent. The layers are only applied in third person as you can never see the player in first.

Expand  

Oh thanks. I did my own rendering but the line mc.getTextureManager().bindTexture(Registry.location("textures/entity/custom.png")) doesn't seem to work.

Posted
  On 5/19/2021 at 8:40 PM, ChampionAsh5357 said:

Where and in what context? Also what is Registry#location?

Expand  
  Reveal hidden contents

I also tried copying FirstPersonRenderer class:

  Reveal hidden contents

 

Posted
  On 5/19/2021 at 10:14 PM, ChampionAsh5357 said:

Probably because entity textures are bound using a batched rendering system and not on the fly. You need to handle the rendering of the model yourself, not delegate it to the PlayerRenderer.

Expand  

You mean the player's model? Where do I do that?

Posted
  On 5/20/2021 at 1:58 PM, ChampionAsh5357 said:

Inside RenderHandEvent. You just need to do all the logic instead of parts of it.

Expand  

Sorry for bothering you but I researched for hours and I still doesn't understand what is that logic.

Posted
  On 5/20/2021 at 6:42 PM, ChampionAsh5357 said:

PlayerRenderer#getModel?

Expand  

What am I doing wrong?

  Reveal hidden contents
  Reveal hidden contents

 

Posted
  On 5/20/2021 at 7:33 PM, ozi said:

What am I doing wrong?

  Reveal hidden contents
  Reveal hidden contents

 

Expand  

I realized I had to use the previous rendering as well so it works now.

  • 2 years later...

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.