

Expanded Tooltips
This mod is compatible with Fabric/Quilt and Forge.
Expanded Tooltips is a client-side mod with open source code that adds custom descriptions for all vanilla and modded blocks and items in Minecraft.
About Features
The mod comes with pre-made tooltips for all blocks and items, as shown in the image above and in the "Gallery" section. However, you can configure it using language files - from adding support for blocks and items from other mods to creating tooltips in different languages! Since the project is open source, you can suggest an official translation through the issues system on GitHub.
How to Add Tooltips
All tooltips are created in the language file for the corresponding language in the assets/expanded_tooltips/lang directory.
To modify an existing tooltip, add an entry similar to the first one in the image, separating sentences with a space and the \n character. This will automatically replace the standard tooltip from the mod.
Adding a new tooltip works almost identically to modification. The only difference is that you need to change the identifier to the ID of the new modded block or item.