Adding Generic Descriptions for Tags


By default, the mod provides descriptions for all Vanilla Minecraft tags as well as many Common tags. These descriptions are used when an exact match is not found (e.g. Oak Logs do not have a tooltip, so the Logs tag is used), and use a similar format to entities. To add a tooltip to a tag, just add the following entry to your mod or resource pack's language file (en_us.json for English U.S.).

"tag.<namespace>.<your_tag_here>.description": "A mysterious modded tag."

For example, if I wanted to add a description to Torch Levers from Pyrite, I would add the following entry to Infinite Dimensions's language file.

"tag.pyrite.torch_levers.description": "This block can be used to hide Redstone Circuits in plain sight.",

When adding new tooltips, its recommended to keep them two sentences or less to match the ones present in the original mod.