Tooltip Tweaker
This mod provides advanced capabilities for customizing tooltips in Minecraft through integration with CraftTweaker. You gain complete control over the display of text hints for various items in the game.
Available Functions
removeTooltip - allows you to remove a specific tooltip from all items simultaneously. This is especially useful when you need to eliminate standard descriptions that interfere or are unnecessary for your project.
Usage example:
mods.tt.TooltipTweaker.removeTooltip(String tooltip)
removeTooltipFromItem - a more precise method that removes a specific tooltip only from a particular item. Perfect for fine-tuning the interface without affecting other elements.
Usage example:
mods.tt.TooltipTweaker.removeTooltipFromItem(IItemStack istack, String tooltip)
With these tools, you can create a clean and understandable interface by removing unnecessary information and leaving only what is truly important for players.