-
Notifications
You must be signed in to change notification settings - Fork 49
Description
JEI Integrations Config only has the values of either
Disabled - The tooltip is not displayed.
Enabled - The tooltip is displayed all the time.
On Shift - The tooltip is only displayed while the user is holding the left or right shift key on the keyboard.
On Debug - The tooltip is only displayed while the advancedItemTooltips option is enabled (f3+h).
On Shift & Debug - The tooltip is only displayed while the previous two conditions are true (On Shift & On Debug).
meaning there's only the choice between, always on, which is not practical in the slightest, and on Shift, which doesn't work well with Relics as seen in the image below which shows a frame of the NBT Data before the research screen opens which took me 14 attempts to time a screenshot. the same issue arises when shift moving items and suddenly research screen pops up because we weren't moving the mouse fast enough,
The "research" key may need to be made remappable in controls like the Active Ability HUD Keybind
Minecraft 1.20.1 Forge 47.4.10
Relics-1.20.1-0.8.0.11.jar
and JEI Integration_1.20.1-10.0.0.jar
with the Configuration Settings of:
#Tooltip Settings
Tooltip Options
Configure the options below to one of the following: disabled, enabled, onShift, onDebug or onShiftAndDebug
[tooltip_options]
# Configure tooltip for burn time.
burnTimeTooltipMode = "enabled"
# Configure tooltip for durability.
durabilityTooltipMode = "enabled"
# Configure tooltip for enchantability
enchantabilityTooltipMode = "enabled"
# Configure tooltip for hunger and saturation.
foodTooltipMode = "enabled"
# Configure tooltip for max stack size.
maxStackSizeTooltipMode = "disabled"
# Configure tooltip for NBT data.
nbtTooltipMode = "onShiftAndDebug"
# Configure tooltip for registry name. E.g. minecraft:stone
registryNameTooltipMode = "disabled"
# Configure tooltip for tags. E.g. forge:ingot, minecraft:planks
tagsTooltipMode = "onShift"
# Configure tooltip for translation key. E.g. block.minecraft.stone
translationKeyTooltipMode = "disabled"