Bernasss12 / BetterEnchantedBooks

Makes it easier to identify different enchantment books.
MIT License
12 stars 9 forks source link

[1.19.4] Fix tooltip icons not rendering #58

Closed Fourmisain closed 1 year ago

Fourmisain commented 1 year ago

It wasn't actually convertTooltipComponents that was broken but the render code used the wrong MatrixStack. It just needed to use the given parameter instead of the model view stack.

In preparation for 1.20 I updated loom and gradle too and cleaned up the code a little.