Mineuniverse
Log in Register
Mods

Obscure Tooltips Fix

Fixes a compatibility issue between Obscure Tooltips and EMI
by Cadentem
Download Claim this project
1,211,373 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Addons Bug Fixes

Not compatible with the latest version (3.0.0+)

If there any issues in that version I recommend creating an issue report on their GitHub


When EMI and Obscure Tooltips are installed it will turn this:

img.png img.png

Into this:

img.png img.png

It also fixes:

  • A similar issue is also fixed when just JEI is present
  • A similar issue is also fixed when REI is present
  • An issue with Apotheosis containers (and the anvil menu when it is present)
  • Some issues with FTB Quests (+ client config to not render the side panels when viewing quests)

NBT filters are now properly supported - example:

(This file is located in /assets/obscure_tooltips/tooltips/styles/*.json)

{
  "priority": 1500,
  "panel": "obscure_tooltips:golden",
  "frame": "obscure_tooltips:bones",
  "icon": "obscure_tooltips:epic",
  "effects": [
    "obscure_tooltips:enchantment",
    "obscure_tooltips:ender"
  ],
  "filter": {
    "tag": {
      "affix_data": {
        "rarity": "apotheosis:mythic"
      }
    }
  }
}

Proper support for item tags:

(Since with items you define single items)

{
  "priority": 1500,
  "panel": "obscure_tooltips:golden",
  "frame": "obscure_tooltips:bones",
  "icon": "obscure_tooltips:epic",
  "effects": [
    "obscure_tooltips:enchantment",
    "obscure_tooltips:ender"
  ],
  "filter": {
    "item_tags": ["minecraft:pickaxes"]
  }
}
Obscure Tooltips Fix 1.20.1 - 1.3.0
MC Client, NeoForge, 1.20.1, Forge, 1.20
Release 2025-07-31 Get

More from Cadentem

Cave Dweller Evolved
949,629
Additional Enchantments
374,078
Pufferfish's Unofficial Additions
3,042,089
Additional Attributes
2,582,815
Dragon Survival Compatibility
202,091
Obscure API Modification
184,420

You Might Also Like

RLMixins
Minecraft and Minecraft mod tweaker and fixer for the modpack RLCraft
9,896,264
Steel Got It
Fixes a bug that causes creepers to consume your flint and steel. MC-264285
996,093
Wither Spawn Fix W.S.A. Compatible
A fix for the Wither spawn that works with Wither Spawn Animation
995,407
Misanthropy's World Corruption Fixer
Restores your corrupted world caused by missing mods and more
98,977
Worldgen Patches
Fixes a few small issues in worldgen.
97,080
Celestisynth Fix
Fixes a memory leak issue caused by static mappings.
9,969