
Obscure Tooltips Fix - Compatibility Fix
This mod resolves the issue of incorrect tooltip display when both EMI and Obscure Tooltips are installed. Instead of improperly displayed interface elements, you get a corrected version with proper positioning and readability.
After installing the fix:
Additional Fixes
The mod also addresses the following issues:
- Similar error when using only JEI
- Similar conflict with REI
- Problems with Apotheosis containers and anvil menu
- Some issues with FTB Quests (including option to hide side panels when viewing quests)
NBT Filters Support
NBT filters now work correctly. Configuration example:
(File 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"
}
}
}
}