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

Into this:

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/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"
}
}
}
}