Wiki 9Minecraft JEI Integration Mod Wiki

JEI Integration Mod — Reference

Tooltip Features

The core functionality of JEI Integration lies in its ability to display detailed metadata on item tooltips. These tooltips are disabled by default to give players and pack makers full control over the UI. The available tooltips vary slightly depending on the Minecraft version being used.

Modern Version Tooltips (1.18.2 - 1.20.1)

Tooltip Name Description Units/Format
Burn Time Displays how long an item will burn in a furnace. Ticks (20 ticks = 1 second)
Durability Shows the current and maximum durability of tools, armor, and weapons. Remaining / Total
Enchantability Displays the numerical enchantability value, affecting the quality of enchantments received. Integer
Hunger/Saturation Shows the hunger points and saturation levels restored by food items. Numerical Values
Max Stack Size Displays the maximum number of items that can occupy a single slot. Usually 1, 16, or 64
NBT Data Displays all raw NBT (Named Binary Tag) data stored on the item. Raw String
Registry Name Displays the internal ID or namespace name of the item. e.g., minecraft:apple
Tags Lists all tags associated with the item (e.g., forge:ores, minecraft:planks). Tag List
Translation Key Displays the internal localization string used for translations. e.g., block.minecraft.stone

Legacy Version Tooltips (1.12.2 and Below)

In older versions of Minecraft, the mod includes specific handlers for legacy systems:

  • Metadata: Displays the item's metadata value (e.g., Orange Wool has a metadata of 1).
  • Ore Dictionary Entries: Lists all OreDict strings associated with the item (e.g., ingotIron, logWood). This is essential for understanding item grouping in older modpacks.