tagsTooltipMode breaks when nbtTooltipMode is disabled
WenXin20 opened this issue · 16 comments
Minecraft v1.16.4
Forge v35.1.13
JEI Integration v6.1.1.11
The config doesn't seem to work. By default, it shows everything is disabled, by when in-game, I still see all the tooltips. And changing the tags to display 'onShift' doesn't work either.
It also seems like tags will only show if nbt tooltip is also enabled with Forge v35.1.36.
Not really the same problem but i guess it's similar: the setting for tags doesnt really give me any tags, just "ID:minecraft:iron_ingot" for example, instead of the forge:ingot and such
To enable this, you have to go into .minecraft/config/jeiintegration-client.toml
and set
[tooltip_options]
# Configure tooltip for NBT data.
nbtTooltipMode = "enabled"
I know that works, but what I mean is that I want to disable nbt and enable tags only, but tags do not show unless nbt is enabled.
I don't think I can confirm this bug, then.
[tooltip_options]
# Configure tooltip for burn time.
burnTimeTooltipMode = "disabled"
# Configure tooltip for registry name. E.g. minecraft:stone
registryNameTooltipMode = "disabled"
# Configure tooltip for NBT data.
nbtTooltipMode = "disabled"
# Configure tooltip for translation key. E.g. block.minecraft.stone
translationKeyTooltipMode = "disabled"
# Configure tooltip for max stack size.
maxStackSizeTooltipMode = "disabled"
# Configure tooltip for tags. E.g. forge:ingot, minecraft:planks
tagsTooltipMode = "enabled"
# Configure tooltip for durability.
durabilityTooltipMode = "disabled"
# Configure tooltip for hunger and saturation.
foodTooltipMode = "disabled"
Well, that is what happens in my case. Have you tried with Forge v35.1.36? That's the version that this happens for me.
Actually, upon further testing, I can confirm this, even on the Recommended forge version.
Before enabling nbtTooltipMode
After enabling nbtTooltipMode
Yep. That's what I'm seeing too. With Forge versions, I think I have a mod or two that requires a later version.
@WenXin20 consider changing the title to "tagsTooltipMode breaks when nbtTooltipMode is disabled" or something like that?
Hey sorry, I've not looked at this sooner been really hectic. Is this still an issue with the latest version of both Forge and JEI Integration?