Conflict: Enchantment Descriptions + Immersive UI (enableCurseFormatting)
Willem07 opened this issue ยท 1 comments
Environment
- Mod loader: NeoForge 1.21.1
- Youkai's Homecoming: 3.0.8
- Immersive UI: 0.3.3
- Enchantment Descriptions: 21.1.8
Description
In the Immersive UI configuration there is a special feature:
# Enables special formatting for items with cursed enchantments.
enableCurseFormatting = trueIt is enabled by default.
When this option is active and your mod is installed, enchanted books with curses do not work correctly.
Without your mod installed, everything works as expected.
Steps to reproduce
- Install the mods listed above.
- Leave
enableCurseFormattingenabled in Immersive UI (default). - Obtain a cursed enchanted book.
- The issue occurs.
Expected behavior
Cursed enchanted books should display and behave normally even when enableCurseFormatting is enabled.

