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:
- Disabled: The tooltip is completely hidden.
- Enabled: The tooltip is always visible when hovering over an item.
- On Shift: The tooltip only appears while the player is holding the Shift key.
- On Debug: The tooltip only appears when Advanced Tooltips are enabled (toggled via
F3 + H). - 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.