Tooltip for "Move Item" on JEI when autocrafting is available should be right
LLytho opened this issue ยท 0 comments
Issue description:
If autocrafting is available the tooltip for the message is left aligned and overlaps the crafting grid. For some recipes it makes it harder to see which ingredients are missing or highlighted. I think the tooltip should be aligned right.
It looks like it comes from RecipeTransferCraftingGridError#showError
and the 150
max width. With 200
as an example it works. I assume its some thing how forge handles tooltip alignment in GuiUtils#drawHoveringText
but I guess its more a quality lifestyle for Refinedstorage.
Steps to reproduce:
- Setup autocrafting
- Try to auto insert the recipe through JEI
Version:
- Minecraft: 1.16.5
- Forge: 34.1.0
- Refined Storage: 1.9.12