Описание
# Mob Effect Display Fix
When the level exceeds four, the inventory screen fails to display the level of your status effects correctly. Here, Mojang misuses `enchantment.level.*` rather than `potion.potency.*`, and gives up showing any levels when it's greater than X.
This mod solves this issue by relocating the invocation to `potion.potency.*`. It is recommended to install [Enchantment Level Language Patch](https://modrinth.com/mod/enchlevel-langpatch) for supplementary potion potencies & status effect amplifiers.