A small client-side mod that adds in-game descriptions to Minecraft.
Currently only adds descriptions (in the form of tooltips) for potions and mob effects.
Descriptions for potions show up in item tooltips, and when hovering over effects in the inventory.
To add compatibility with your custom MobEffects, you can simply add an entry to your language file.
{
"effect.<your-mod-id>.<your-effect-id>.desc": "My custom description"
}