Posted July 5, 20178 yr 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!
July 5, 20178 yr 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. 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.
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.