Jump to content

[1.11.2] Item special renderer


grand_gibus

Recommended Posts

Hello,

is there still a way to make special item renderers? I heard about IItemRenderer, but it got removed. I need it because I need to color an item depending on it's NBT, but only a part of it

so I can't use the default minecraft coloring system. Thanks in advance!

Link to comment
Share on other sites

This should be possible if you give the coloured faces of the model a separate tint index (see the wiki for an explanation of the format) and register an IItemColor for the Item. Use the tintIndex argument of IItemColor#getColorFromItemstack to determine which colour to return.

 

If you're using builtin/generated or a model that extends it (e.g. item/generated), each layerN texture has a tint index of N.

  • Like 1

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

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.

×
×
  • Create New...

Important Information

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