emilyploszaj / emi

A featureful and accessible item and recipe viewer
MIT License
220 stars 46 forks source link

Use loader-provided APIs for adding mod name tooltip #476

Open Abbie5 opened 3 months ago

Abbie5 commented 3 months ago

The current mixin approach is not perfect and is incompatible with a lot of other mods adding tooltips in one way (#398) or another (see below), depending on injection point/priority.

Using loader-provided APIs for adding tooltips would likely be more compatible.

TooltipStats + EMI: image