Quark Oddities

Quark Oddities

22M Downloads

[1.12.1] JEI shows runes with default enchant color

Opened this issue ยท 2 comments

commented

In your inventory, runes have enchantment glint of their own color.
In JEI all runes have default enchantment glint.
Probably JEI-rendered item stacks lack some rune color NBT tag?

commented

JEI has a performance enhancement where I basically copy the vanilla item render pipeline but batch things to reduce the number of OpenGL calls. Without that the item list lags pretty bad.

If you PR the color hook into Forge then I could make sure it works the same way in JEI so it's compatible.