Hello,
I just recently started modding Minecraft with Minecraft Forge. In the mod I'm currently working on I have an item that uses the getColorFromItemStack method. I need to change the color of layer 1, and I've noticed that when the client sees the item it tries to render it's color quite frequently. I'm curious, is there some other method that would just set the color once? My ultimate goal is to change layer 1's color depending on what NBT data the item contains.
Thanks!