Describe the bug
When an itemstack has a TooltipComponent, it is not rendered in the tooltip in the book.
To Reproduce
Steps to reproduce the behavior:
- Make a spotlight page
- Give the item bundle contents
- View item
Expected behavior
The bundle contents show up.
Screenshots

System (please complete the following information):
- Modonomicon Version: 1.117.2
- OS: Windows 11
- Minecraft Version: 1.21.1
Additional context
It seems to be because the method for rendering the tooltip doesnt collect the component like the methods in GuiGraphics do.
Describe the bug
When an itemstack has a
TooltipComponent, it is not rendered in the tooltip in the book.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The bundle contents show up.
Screenshots

System (please complete the following information):
Additional context
It seems to be because the method for rendering the tooltip doesnt collect the component like the methods in
GuiGraphicsdo.