Skip to content

This mod adds unique descriptions for all blocks, items, and mobs - built in a way that makes it easy to add modded content.

License

Notifications You must be signed in to change notification settings

cassiancc/Item-Descriptions

Repository files navigation

Item Descriptions

fabric forge

This mod adds a unique description to all blocks, items, and entities that is displayed when pressing the Ctrl key. These descriptions sum up what it can be used for, its source, and/or any other useful info. It strikes a compromise between not knowing anything about an item and constantly checking the Minecraft Wiki for detailed in-depth descriptions.

Item Descriptions

By default, holding down Ctrl when hovering over an item will show a short description of what it can do. Unique descriptions have been written for every item, and generic descriptions are also supported for various tags so many modded blocks come with built-in descriptions.

Block and Entity Descriptions

If you have Jade or WTHIT installed, blocks and entities will also show descriptions when Ctrl is held.

Installation

Item Descriptions is a completely clientside mod for Fabric and NeoForge.

  • On Fabric, only Fabric API is required.
  • On NeoForge, there are no dependencies.
  • Mod settings are available with Mod Menu (only required on Fabric) and Cloth Config.
Mod Support

When Mod Menu (only required on Fabric) and Cloth Config are installed, you can configure mod settings ingame, including the tooltip key, tooltkip colour, "always on" mode, block/entity descriptions, and more.

When Jade is installed, Jade will show block and entity descriptions in its informational HUD.

When WTHIT is installed, WTHIT will show block and entity descriptions in its informational HUD.

When HWYLA is installed, HWYLA will show block and entity descriptions in its informational HUD.

When Limelight is installed, Limelight will show a description in its informational command palette when a block, item, or entity matches your search.

When ToolTipFix is installed, its wrapping is used instead of the built in wrapper.

Adding New Descriptions

By default, the mod provides descriptions for all blocks, items, and entities - including supported April Fools versions, but it has been designed in a way that makes it extensible for use in modpacks or when using other custom content. To add a tooltip to a block or item, just add the following entry to your mod or resource pack's language file.

"lore.<namespace>.<your_item_here>": "A mysterious modded block."

For more information, including details on support for Custom Model Data, see the information on the Item Descriptions Wiki.

Credits

The descriptions present in the mod are inspired by the Minecraft Legacy Console Editions. The interface used was inspired by the one present in the Better Than Adventure mod for Minecraft b1.7.3. Mod Menu/Cloth Config integration is based on the integration present in idwtialsimmoedm under its MIT License.