Hide Item Names
This mod performs one simple but useful function — it hides the text tooltips that appear above the hotbar when holding an item in hand.
How It Works
Interestingly, the display of these text labels is not controlled through the standard RenderGameOverlayEvent. Instead, an internal game setting called heldItemTooltips is used, which cannot be changed during normal gameplay. The reason for this decision remains a mystery — likely another manifestation of Minecraft's famous "spaghetti code" structure.