Wiki 9Minecraft JEI Integration Mod Wiki
JEI Integration Mod Wiki › Configuration

JEI Integration Mod — Configuration

Configuration

JEI Integration provides a highly granular configuration system. Settings can be adjusted via the in-game configuration menu (if a config GUI mod is present) or by editing the jeiintegration.toml (or .cfg in older versions) file located in the /config folder of the Minecraft directory.

Tooltip Display Modes

Each tooltip type can be set to one of five visibility states:

  1. Disabled: The tooltip is completely hidden.
  2. Enabled: The tooltip is always visible when hovering over an item.
  3. On Shift: The tooltip only appears while the player is holding the Shift key.
  4. On Debug: The tooltip only appears when Advanced Tooltips are enabled (toggled via F3 + H).
  5. On Shift & Debug: The tooltip only appears if both the Shift key is held and Advanced Tooltips are active.

Configuration Example

Developers can use these settings to clean up the UI for casual players while still providing deep technical data for power users who need to see NBT structures or registry names for automation and scripting.